SYMBol Subsystem

PATTern

PATTern

Command:MACHine{12}:SYMBol:PATTern <label_name>, <symbol_name>,<pattern_value>

The PATTern command allows you to create a pattern symbol for the specified label.

Because don’t cares (X) are allowed in the pattern value, it must always be expressed as a string. The values may be in binary (#B), octal (#Q), hexadecimal (#H), or decimal (default). Don’t cares cannot be used in a decimal number.

<label_name> string of up to 6 alphanumeric characters

<symbol_name> string of up to 16 alphanumeric characters

<pattern_value> "{#B{01X} . . . #Q{01234567X} . . . #H{0123456789ABCDEFX} . . . {0123456789} . . . }"

Example

OUTPUT XXX;":MACHINE1:SYMBOL:PATTERN ’STAT’,

 

’MEM_RD’,’#H01XX’"

 

 

15–6