Do 32 bit applications take advantage of >4GB of memory?

0

As a general rule, does an application written and assembled on a machine which handles 32bit wide instructions, see any benefit from memory addresses after the first 4GB? Suppose a 32bit application used 1GB of RAM, and I opened 5 instances of this application- can all five instances sit in memory on a 64 bit OS with more than 4GB of memory? Or can the application not see the rest of the memory the OS can? Not sure if I have asked this properly, I'm a student just starting to learn this stuff.

Josh

Posted 2019-08-20T20:27:28.640

Reputation: 11

Question was closed 2019-08-20T21:42:07.727

No answers