any 32-bit processor can access up to 4GB of memory (2^32), whether you need that much is still questionable though. This also explains why FAT32 has the 4GB file restriction... limitations on virtual memory, limitations on cache lines, etc... it gets complicated, 2^## is all you need to know, where ## is the bit size of the processor.
|