MCOM Instruction

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:
92MCOMBMove Byte
B2MCOMWMove Word
D2MCOMLMove Long
Description: The destination operand is replaced by the ones complement of the source operand. the source operand is unaffected.