Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - <u>:</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
:
    Memory locations can be referenced by using the binary ":" operator and
    a combination of constants, register names, and symbol names.  In the
    Intel 80x86 architecture, a memory reference requires a segment and
    offset specification.  A memory reference using the ":" operator takes
    the following form:

          
         segment:offset

    The elements segment and offset can be expressions.

    Example:

         (ES):(DI+100)
         (SS):(SP-20)

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson