ORG:
[label] ORG expression
The ORG directive changes the program counter to the value specified by the
expression in the operand field. Subsequent statements are assembled into
memory locations starting with the new program counter value. If no ORG
directive is encountered in a source program, the program counter is
initialized to zero. Expressions cannot contain forward references or undefined
symbols.
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 |