OpCode - EOR
From NerdConsole
Jump to navigationJump to search
EOR
Bitwise Exclusive OR
Op | Inst | Address Modes |
---|---|---|
$41 | EOR | Zero Page Indirect Pre-indexed X |
$45 | EOR | Zero Page Absolute |
$49 | EOR | Immediate |
$4D | EOR | Absolute |
$51 | EOR | Zero Page Indirect Post-indexed Y |
$52 | EOR | Zero Page Indirect |
$55 | EOR | Zero Page Indexed X |
$59 | EOR | Absolute Indexed Y |
$5D | EOR | Absolute Indexed X |
Return to the OpCodes table.