CM71-00105-1E FUJITSU MICROELECTRONICS LIMITED 123
FR81 Family
CHAPTER 7 DETAILED EXECUTION INSTRUCTIONS
7.10
7.10 AND (And Word Data of Source Register to Destination
Register)
Takes the logical AND of word data in Ri and word data in Rj and stores the results to
Rj.
● Assembler Format
AND Rj, Ri
● Operation
Ri & Rj → Ri
● Flag Change
N: Set when the MSB of the operation result is "1", cleared when the MSB is "“0".
Z: Set when the operation result is zero, cleared otherwise.
V, C: Unchanged.
● Classification
Logical calculation instruction, Instruction with delay slot
● Execution Cycles
1 cycle
● Instruction Format
NZV C
CC - -
MSB LSB
10000010 Rj Ri