1
Sol_Asm / The LARGEADDRESSAWARE option
« on: September 17, 2016, 07:39:47 PM »
Hi Bogdan,
Could you add the LARGEADDRESSAWARE option to SolAsm? It's about the GlobalMemoryStatus API function to report the correct memory status :
https://msdn.microsoft.com/en-us/library/windows/desktop/aa366586%28v=vs.85%29.aspx
Attached is an example project.
Could you add the LARGEADDRESSAWARE option to SolAsm? It's about the GlobalMemoryStatus API function to report the correct memory status :
Quote
If the executable is linked using the /LARGEADDRESSAWARE linker option, then the GlobalMemoryStatus function will return the correct amount of physical memory in both members.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa366586%28v=vs.85%29.aspx
Attached is an example project.