OpCode - LDA
From NerdConsole
Jump to navigationJump to search
LDA
Load Accumulator
Op | Inst | Address Modes |
---|---|---|
$A1 | LDA | Zero Page Indirect Pre-indexed X |
$A5 | LDA | Zero Page Absolute |
$A9 | LDA | Immediate |
$AD | LDA | Absolute |
$B1 | LDA | Zero Page Indirect Post-indexed Y |
$B2 | LDA | Zero Page Indirect |
$B5 | LDA | Zero Page Indexed X |
$B9 | LDA | Absolute Indexed Y |
$BD | LDA | Absolute Indexed X |
Return to the OpCodes table.