SETDP - Sets the assemblers direct page value
SETDP
expression
Informs the compiler of the current direct page value. The usage of SETDP allows the assembler to automatically determine if access of a specific memory region should be done in DIRECT or EXTENDED addressing mode.
Example:
setdp $10 lda $1040 * Direct addressing ldb $2040 * Extended addressing
See also:
SETDP
,
PUSHDP
,
POPDP
Compatibility:
CASM
X
CCASM
X
OS-9 RMA
X
Edt/Asm III
X
Edtasm6309
X
Disk Edtasm+
X
Edtasm+
X
Macro-80C
X