Invert
Category: Conversion Box Functions
Inverts every bit in the source WORD and stores the result. It performs the same operation as WNOT from the Conversion category.
Syntax: INV D0 D1
| Run condition | Before | Command entered | Expected result |
|---|---|---|---|
| Left condition ON | D0=0x0001 | INV D0 D1 | D1=0xFFFE |