Changes

MOS 6502

15 bytes removed, 18:16, 2 September 2024
/* Opcode matrix for the 6502 instruction set */
{| class="wikitable"
!colspan=13|
|-
|colspan=13| Addressing modes: <span style="background-color: #e0e0e0;">'''A''' - accumulator</span>, <span style="background-color: #e0ffe0;">'''#''' - immediate</span>, <span style="background-color: #ffe0e0;">'''zpg''' - zero page</span>, <span style="background-color: #e0ffff;">'''abs''' - absolute</span>, <span style="background-color: #ffe0ff;">'''ind''' - indirect</span>, '''X''' - indexed by X register, '''Y''' - indexed by Y register, <span style="background-color: #ffffe0;">'''rel''' - relative</span>
|colspan=13|Blank opcodes (e.g., '''F2''') and all opcodes whose low nibbles are '''3''', '''7''', '''B''' and '''F''' are undefined in the 6502 instruction set.
|}
 
==Links==
13,146
edits