Address Specification
The syntax for specifying a memory address given here applies to the MEM32,
MEM, ASCIIZ32 and ASCIIZ keywords above.
An address is specified in one of the following forms:
- Symbolic name form (can be used for MEM32, MEM, ASCIIZ32,
and ASCIIZ).
- Flat register form (can be used only for MEM32 and
ASCIIZ32).
- Segment register form (can be used only for MEM and
ASCIIZ).
Each of these forms is described below.
[Back: ASCIIZ Keyword]
[Next: Symbolic Name Form]