Re: Don't know where to begin
Posted: Mon Feb 15, 2016 8:48 am
Kip Irvine book: Assembly Language for x86 Processors is quite nice for learning assembler but it use the MASM syntax which by itself isn't really a negative especially if you're planning to use the Intel documentation since they also use the MASM syntax in their example.
I use a simple document that explain how to convert from MASM to NASM http://left404.com/2011/01/04/convertin ... to-nasm-3/
I use a simple document that explain how to convert from MASM to NASM http://left404.com/2011/01/04/convertin ... to-nasm-3/