Epson S1C63000 Personal Computer User Manual


 
74 EPSON S1C63000 CORE CPU MANUAL
CHAPTER 4: INSTRUCTION SET
AND %r,imm4 Logical AND of immediate data imm4 and r reg. 1 cycle
Function: r r imm4
Performs a logical AND operation of the 4-bit immediate data imm4 and the content of the r
register (A or B), and stores the result in the r register.
Code:
Mnemonic MSB LSB
AND %A,imm4 110100100i3i2i1i01A40H1A4FH
AND %B,imm4 110100101i3i2i1i01A50H1A5FH
Flags: EICZ
––
Mode: Src: Immediate data
Dst: Register direct
Extended addressing: Invalid
AND %F,imm4 Logical AND of immediate data imm4 and F reg. 1 cycle
Function: F F imm4
Performs a logical AND operation of the 4-bit immediate data imm4 and the content of the F
(flag) register, and stores the result in the r register. It is possible to reset any flag.
Code:
Mnemonic MSB LSB
AND %F,imm4 100001000i3i2i1i01080H–108FH
Flags: EICZ
↓↓↓↓
Mode: Src: Immediate data
Dst: Register direct
Extended addressing: Invalid