Page 1 of 1

To Coders ot there using NASM!

Posted: Wed Dec 04, 2013 11:29 am
by Legionary
I'm a former coder on Amiga and some windows programs, but now i'm using NASM on Linux Mint 15 KDE and im well familair with the "LEA" command on Amiga. Can i use the same command to load a data table into esi register? How should it be written then "Lea esi,data" or what? On Amiga i would write it "Lea Data,a0". The reason for asking is that im currently writing a small tool for Linux and i need to know this.

Re: To Coders ot there using NASM!

Posted: Wed Dec 04, 2013 1:22 pm
by xenopeek
That's something probably better asked on a NASM related forum (why not the official one? http://forum.nasm.us/), as not many Linux Mint users will be assembly programmers :wink: