@ LSR_ZX
LSR Zero Page, X.
@ RTI
Return from the current interrupt.
@ CMP_IdX
CMP (Indirect, X)
@ ROL_ZX
ROL Zero Page, X.
@ CMP_IdY
CMP (Indirect), Y.
@ ASL_ZX
ASL Zero Page, X.
@ ORA_ZX
ORA Zero Page, X.
@ SBC_ZX
SBC Zero Page, X.
@ LDX_ZY
LDX Zero Page, Y.
@ ADC_IdX
ADC (Indirect, X)
@ LDY_ZX
LDY Zero Page, X.
@ AND_ZX
AND Zero Page, X.
@ INC_ZX
INC Zero Page, X.
@ PLP
flags = pull(); sp = sp + 1;
@ ADC_ZX
ADC Zero Page, X.
@ AND_IdX
AND (Indirect, X)
@ CMP_ZX
CMP Zero Page, X.
@ PHP
push(flags); sp = sp - 1;
@ EOR_ZX
EOR Zero Page, X.
@ LDA_ZX
LDA Zero Page, X.
@ AND_IdY
AND (Indirect), Y.
@ SBC_IdY
SBC (Indirect), Y.
@ ADC_IdY
ADC (Indirect), Y.
@ ROR_ZX
ROR Zero Page, X.
@ STA_IdY
STA (Indirect), Y.
@ SBC_IdX
SBC (Indirect, X)
@ STY_ZX
STY Zero Page, X.
@ ORA_IdY
ORA (Indirect), Y.
@ STA_IdX
STA (Indirect, X)
@ STX_ZY
STX Zero Page, Y.
@ PLA
ACC = pull(); sp = sp + 1;.
@ STA_ZX
STA Zero Page, X.
@ EOR_IdX
EOR (Indirect, X)
@ DEC_ZX
DEC Zero Page, X.
@ EOR_IdY
EOR (Indirect), Y.
@ LDA_IdX
LDA (Indirect, X)
@ LDA_IdY
LDA (Indirect), Y.
@ PHA
push(ACC); sp = sp - 1;
@ ORA_IdX
ORA (Indirect, X)
@ RTS
Return from the current subroutine.
@ JSR
Jump to the subroutine.