The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: wacky_hacker on July 06, 2005, 05:16:39 PM

Title: need help with addressing modes
Post by: wacky_hacker on July 06, 2005, 05:16:39 PM
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?
Title: Re: need help with addressing modes
Post by: Mincho Georgiev on July 06, 2005, 09:08:43 PM
http://www.osdata.com/topic/language/asm/address.htm
Greetings and Enjoy !
Title: Re: need help with addressing modes
Post by: Mincho Georgiev on July 06, 2005, 09:15:14 PM
And something really better  :U

http://maven.smith.edu/~thiebaut/ArtOfAssembly/artofasm.html

anything you need to first steps ASM  learn
Title: Re: need help with addressing modes
Post by: hutch-- on July 07, 2005, 12:54:24 AM
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".
Title: Re: need help with addressing modes
Post by: wacky_hacker on July 08, 2005, 01:38:28 PM
Thank you both.
-Rob