StephenHermer.com
Writing, Iguanas, and Electronics
Search:
!B       NOT B

The !B operation performs a bit-by-bit inversion of the value stored in the "B" register, and stores the result in a destination register, address pointer, or location in memory. For the latter, the address pointer must be setup before the ALU writes to memory.

448A - Store the result to the "A" register.
448B - Store the result to the "B" register.
448C - Store the result to the "C" general purpose register.
448F - Store the result to the "F" output high register.

4480 - Store the result to memory, at the current active address.
4481 - Store the result to address pointer 1.
4482 - Store the result to address pointer 2.