RANGe
Command :MACHine{1|2}:SYMBol:RANGe <label_name>,
<symbol_name>,<start_value>,<stop_value>
The RANGe command creates a range symbol containing a start value and a
stop value for the specified label. The values may be in binary (#B), octal
(#Q), hexadecimal (#H) or decimal (default). You cannot use don’t cares in
any base.
<label_name> string of up to 6 alphanumeric characters
<symbol_name> string of up to 16 alphanumeric characters
<start_value> "{#B{0|1} . . . |
#Q{0|1|2|3|4|5|6|7} . . . |
#H{0|1|2|3|4|5|6|7|8|9|A|B|C|D|E|F} . . . |
{0|1|2|3|4|5|6|7|8|9} . . . }"
<stop_value> "{#B{0|1} . . . |
#Q{0|1|2|3|4|5|6|7} . . . |
#H{0|1|2|3|4|5|6|7|8|9|A|B|C|D|E|F} . . . |
{0|1|2|3|4|5|6|7|8|9} . . . }"
Example OUTPUT XXX;":MACHIN E1:SYMBOL:RANGE ’S TAT’,
’IO_ACC’,’0’,’#H000F’"
SYMBol Subsystem
RANGe
26–7