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 - in addition to referring to memory locations by symbolic name or line http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
In addition to referring to memory locations by symbolic name or line
number, you can also refer to them using a combination of constants,
register names, and symbol names.  In the Intel 80x86 architecture, a memory
reference requires a segment and offset specification.  When symbol names
are used, these are implicit.  The general form of a memory reference is:

      
     [segment:]offset

When an offset is specified alone, the default segment value is taken from
the CS, DS or SS register depending on the circumstances.

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