Purpose: | To subtract one from an integer | |||||||||
Format: | opcode dif.mx | |||||||||
Operation: | dif <- dif - 1; | |||||||||
Condition Codes: |
N <- dif LSS 0; Z <- dif EQL 0; V <- {integer overflow}; C <- {borrow from the most significant bit}; |
|||||||||
Exceptions: | Integer OVerflow||||||||||
Opcodes: |
|
|||||||||
Description: | One is subtracted from the difference operand and the difference operand is replaced by the result. | |||||||||
Notes: |
|