Hello,
I am trying to understand the various (flat 32-bit) addressing modes, especially the memory addressing modes. Can anyone give me a succinct guide to the syntax and/or point me to some learning material?
http://www.osdata.com/topic/language/asm/address.htm
Greetings and Enjoy !
And something really better :U
http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html
anything you need to first steps ASM learn
Rob,
If its the complex addressing modes in x86 assembler, the reference work is the Intel manuals for the PIV from their web site. If you have MASM32 read the help file Asm Intro Help under the heading "Calculating Affective Addresses".
Thank you both.
-Rob