News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Cumpulsory First Post!

Started by biscuits, January 03, 2023, 04:25:09 AM

Previous topic - Next topic

Gunther

biscuits,

Quote from: biscuits on January 04, 2023, 05:00:51 AM
32 bit code so far does everything I need. There will undoubtedly be instances where 64 bit would be better suited for a particular project that I plan on.

there are of course other advantages besides the extended address space of 64 compared to 32 bit. Not only the width, but also the number of registers is dramatically higher. This applies to both
integer and floating point registers. In many cases, this makes it possible to simply keep temporary results inside the processor; that can speed up some algorithms considerably. Especially in this
direction, there is still a lot of uncharted territory that needs to be discovered. You can let off steam there.
You have to know the facts before you can distort them.

biscuits

Quote from: Gunther on January 04, 2023, 05:18:13 AM
... there is still a lot of uncharted territory that needs to be discovered. You can let off steam there.
:biggrin: