6 BASIC INSTRUCTIONS
6.7 Data Transfer Instructions
497
6
• These instructions invert the 32-bit binary data in the device specified by (s) bit by bit, and transfer the inverted data to the
device specified by (d).
• If (s) is a digit-specified bit device, the digit-specified bits are targeted. If data specified by (s) is less than 16 bits, 0s are
added and inverted.
There is no operation error.
(1) If data specified by (s) is less than 32 bits, 0s are added and inverted.
1
b27 b0
100011100010
01111 011100011101
(s)
(d)
b27b28b31 b0
(1)