RMB - Reserve memory bytes:
[label] RMB expression
The RMB directive causes the location counter to be advanced by the value of
the expression in the operand field. This directive reserves a block of memory
the length of which in bytes is equal to the value of the expression. The block
of memory reserved is not initialized to any given value. The expression cannot
contain any forward references or undefined symbols. This directive is commonly
used to reserve a scratchpad or table area for later use.
Example:
See also:
Compatibility:
CASM |
X |
CCASM |
X |
OS-9 RMA |
X |
Edt/Asm III |
X |
Edtasm6309 |
X |
Disk Edtasm+ |
X |
Edtasm+ |
X |
Macro-80C |
X |