Purpose: | To copy the logical complement of an Integer | |||||||||
Format: | opcode src.rx, dst.wx | |||||||||
Operation: | dst <- NOT src; | |||||||||
Condition Codes: |
N <- dst LSS 0; Z <- dst EQL 0; V <- 0; C <- C; |
|||||||||
Exceptions: | None | |||||||||
Opcodes: |
|
|||||||||
Description: | The destination operand is replaced by the ones complement of the source operand. the source operand is unaffected. |