// Read
ADC Read
AND Read
BIT Read
CMP Read
CPX Read
CPY Read
EOR Read
LDA Read
LDX Read
LDY Read
ORA Read
SBC Read

// Write
STA Write
STX Write
STY Write

// RMW
ASL RMW
LSR RMW
ROL RMW
ROR RMW
INC RMW
DEC RMW

// Relative
BEQ Relative
BNE Relative
BPL Relative
BMI Relative
BVS Relative
BVC Relative
BCC Relative
BCS Relative

// Special
JSR Special
JMP Special
RTI Special
RTS Special

// Implied
BRK Implied
PHA Implied
PHP Implied
PLA Implied
PLP Implied
TXA Implied
TYA Implied
TAX Implied
TAY Implied
TSX Implied
TXS Implied
SEI Implied
CLI Implied
SEC Implied
CLC Implied
SED Implied
CLD Implied
CLV Implied
INX Implied
INY Implied
DEX Implied
DEY Implied
HLT Implied
NOP Implied
