News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

need help with addressing modes

Started by wacky_hacker, July 06, 2005, 05:16:39 PM

Previous topic - Next topic

wacky_hacker

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?

Mincho Georgiev


Mincho Georgiev

And something really better  :U

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

anything you need to first steps ASM  learn

hutch--

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".
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

wacky_hacker