News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Use the MOV instruction to obtain the value in the array

Started by wanker742126, September 04, 2024, 05:35:02 PM

Previous topic - Next topic

lucho

#30
Quote from: jj2007 on April 03, 2025, 06:58:03 PMWhich is, of course, much less accurate than the 2,4691358024691358019753086419753e+36 provided by Windows Calc...
Even this 2469135802469135801975308641975300000 is not the same as the correct
result of  2469135802469135801975308641975308642.

QuoteSorry, but total RAM use of all running processes is irrelevant. They all have their separate address space. Total RAM used by all processes together can exceed 4GB due to swapping and paging.
Agreed, of course. Never claimed that the 4GB barrier is important for a single process or thread.
Note however that the total virtual address space (incl. swapping/paging) for 32-bit CPUs is 4GB.
And it remains 4GB even if "physical address extension" is used to extend the physical RAM size.