I am, as always, fighting memory problems with my big engineering code. What about turning off emulation using:
$FLOAT NPX ' use floating point hardware only, not emulation
Is emulation something left over from the 8086 days (been there, done that) or is it still needed with a modern Pentium-ish system? Will all the ugly engineering calculations still work? Will they work faster or slower? Will this save much memory? Should I add root beer?
$FLOAT NPX ' use floating point hardware only, not emulation
Is emulation something left over from the 8086 days (been there, done that) or is it still needed with a modern Pentium-ish system? Will all the ugly engineering calculations still work? Will they work faster or slower? Will this save much memory? Should I add root beer?
Comment