Re: Assembly Reference material

From: Avatar Zondertau (avatarzondertau_at_hotmail.com)
Date: 12/30/04


Date: 30 Dec 2004 03:02:26 -0800


> There is also
>
> http://webster.cs.ucr.edu/AoA/Windows/PDFs/0_PDFIndexWin.html

Nice resource!

Unfortunately it uses an uncommon syntax (at least uncommon for IA32)
which is different than the one BASM uses (which is about the same as
Intel uses iteself). Looking at the PDFs it seems

- It uses paretheses for opcodes, which are not normally used

- It has some loop control statements added

- The arguments for binary opcodes are (SRC, DEST), while for BASM they
are (DEST, SRC).

I guess it would be best to learn the syntax for BASM first, using
Dennis' lessons.