Jump to content
  • 0

X64 under 32bit Windows.


Mrakobes1

Question

Recommended Posts

  • 0

first of all 64 bits=32+32bits this means

to add 2 integers on 64 bits on a 32 bit machine you have to:

0)get data

1)split them

2)add first part

3)some part where you memorise by how much you exceed your max value on 32 bits

so it's stupid! :P

but possible

5)add the 2nd part up

6) combine

7)send answer back

so several operations for one, why you ever posted?

Link to comment
Share on other sites

  • 0

first of all 64 bits=32+32bits this means

to add 2 integers on 64 bits on a 32 bit machine you have to:

0)get data

1)split them

2)add first part

3)some part where you memorise by how much you exceed your max value on 32 bits

so it's stupid! :P

but possible

5)add the 2nd part up

6) combine

7)send answer back

so several operations for one, why you ever posted?

«  on: September 22, 2007, 12:11:22 AM »

 

read rules.ty

 

locked

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...