blob: ac023163b33f0017b4933b815b59be356f1d38e1 [file] [log] [blame]
;# logical.s
;# Verifies all the logical operation in the file
.text
foo:
MOVE AP, #00h ;Set AC[0] as the active accumulator
AND #FFh ;AND AC[0] with 0xFF
OR #F0h
XOR #FEh
CPL
NEG
SLA
SLA2
SLA4
RL
RLC
SRA
SRA2
SRA4
SR
RR
RRC