|
|||||||||||
|
Technical Support On-Line Manuals Assembler Reference |
Assembler ReferenceLCLA, LCLL, and LCLS
The The The < where:
Using one of these directives for a variable that is already defined re-initializes the variable to the same values given above. The scope of the variable is limited to a particular instantiation of the macro that contains it. Set the value of the variable with a
MACRO ; Declare a macro
$label message $a ; Macro prototype line
LCLS err ; Declare local string
; variable err.
err SETS "error no: " ; Set value of err
$label ; code
INFO 0, "err":CC::STR:$a ; Use string
MEND
| ||||||||||
|
|||||||||||