What is Bit? (As in Windows 32 Bit or 64 Bit)?

Status
Not open for further replies.

ag3

Fully Optimized
Messages
1,536
What is a bit (when talking about O/S or application). I know that a bit is a binary digit (0 or 1). But I don't understand what they mean by 32 Bit or 64 Bit software.
 
Becuase a 64 bit processor has a different architecture to a 32 bit processor you need to use a different compiler to construct meaningfull code or that processor. ie. you need one version of the software to run on the 64 bit and one on the 32 bit. Sme 64 bit processors will run code designed for their 32 bit predecessors, but this code generally tends to run slower than the same code compiled for the 64 bit only.

You won't get 64 bit binaries to run on 32 bit systems however.
 
Status
Not open for further replies.
Back
Top Bottom