OpCode - CMP
From NerdConsole
Jump to navigationJump to search
CMP
Compare with Accumulator
Op | Inst | Address Modes |
---|---|---|
$C1 | CMP | Zero Page Indirect Pre-indexed X |
$C5 | CMP | Zero Page Absolute |
$C9 | CMP | Immediate |
$CD | CMP | Absolute |
$D1 | CMP | Zero Page Indirect Post-indexed Y |
$D2 | CMP | Zero Page Indirect |
$D5 | CMP | Zero Page Indexed X |
$D9 | CMP | Absolute Indexed Y |
$DD | CMP | Absolute Indexed X |
Return to the OpCodes table.