Implement bitwise NOT

Problem to Solve

Iridium does not have a bitwise NOT operator.

Example

             Operand1:    0101 0011
After NOT -> Operand1:    1010 1100

Syntax

NOT operand1 operand2

Result should be stored in register specified by operand 2

Edited by Fletcher Haynes