
165
MACRO INSTRUCTION COMMANDS
PURPOSE
CODE
(decimal ASCII) (hex ASCII)
REMARKS
SEE
PURPOSE
CODE
(decimal ASCII)
(hex ASCII)
REMARKS
SEE
Defines macro instruction.
(ESC) | “+” | ..... | (RS) |
27 | 43 | ..... | 30 |
IB | 2B | ..... | IE |
This command cancels any existing macro instruction, and replace it with the defined instruction. The maximum number of characters allowed in the macro instruction is 16. The (RS) character marks the end of the macro definition.
Chapter 6
Executes macro instruction.
(ESC) “+” 1
27 43 1
IB 2B 01
This command executes a previously defined macro instruction.
Chapter 6