vote up 2 vote down star

I'm reading through my computer architecture book and I see that in an x86, 32bit CPU, the program counter is 32 bit.

So, the number of bytes it can address is 2^32 bytes, or 4GB. So it makes sense to me that most 32 bit machines limit the amount of ram to 4gb (ignoring PAE).

Am I right in assuming that a 64bit machine could theoretically address 2^64 bytes, or 16 exabytes of ram?!


64% accept rate
Your question is about "computer hardware" rather than "computer programming", so it belongs on SuperUser. – Moayad Mardini Nov 3 at 19:27
1  
@Moayad Mardini, I disagree in that computer-architecture is closely tied and related to low-level programming. Click the computer-architecture tag. Many of those questions are about how hardware works. – KingNestor Nov 3 at 19:29
Similarly, look at the computer-architecture tag on Superuser vs it on Stackoverflow. Superuser has a whopping 1 question, whereas Stackoverflow has pages. – KingNestor Nov 3 at 19:31

Browse other questions tagged or ask your own question.