Jump to content

Low 32-bits of 64-bit value


Recommended Posts

Well my guess is that the 64-bit value is divided into two chunks, each containing 32-bits. So for example the following 64-bit integer would be divided as follows:

0x12341234ABCDABCD <== 64-bit integer

0x12341234 would represent the High 32-bits of 64-bit value.

0xABCDABCD would represent the Low 32-bits of 64-bit value.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...