Address Mode - Accumulator
From NerdConsole
Jump to navigationJump to search
Accumulator
Works specifically on the accumulator.
Instructions that use this address mode:
Op | Inst | Description |
---|---|---|
$0A | ASL | Arithmetic Shift Left |
$1A | INC | Increment Accumulator |
$2A | ROL | Rotate Left |
$3A | DEC | Decrement Accumulator |
$4A | LSR | Logical Shift Right |
$6A | ROR | Rotate Right |
$AC | LDY | Load Y Register |
Return to the Address Modes table or the OpCodes Table.