6 BASIC INSTRUCTIONS
6.3 Logical Operation Instructions
303
6
• These instructions perform an AND operation (bit-by-bit) on the 16-bit binary data in the device specified by (s1) and the
16-bit binary data in the device specified by (s2), and store the operation result in the device specified by (d).
• When a bit device is specified, the instruction performs an operation by assuming that the ones after the number of digit-
specified points are 0.
There is no operation error.
(s1)
(d)
(s2)
b15
b15
b15
b8
b8
b8
b7
b7
b7 b0
b0
b0
AND
111 11111000 01111
000 01010010 10100
000 01010000 00100