SPRUI03E June 2015 – January 2023
The mnemonic field follows the label field. The mnemonic field cannot start in column 1; if it does, it is interpreted as a label. There is one exception: the parallel bars (||) of the mnemonic field can start in column 1. The mnemonic field contains one of the following items:
The instruction is executed if the value of the register is nonzero. If the register name is preceded by an exclamation point (!), then the instruction is executed if the value of the register is 0. For example:
[A1] ZERO A2 ; If A1 is not equal to zero, A2 = 0
The preceding exclamation point, if specified, is called a "logical NOT operator" or a "unary NOT operator".
Next, the mnemonic field contains one of the following items: