csvbase is a simple website for sharing table data. Join the discord.

Opcodes for the 6502 ISA178 rows, last changed 5 months ago, licensed under ODC-By-1.0
Row ID opcode mnemonic mode base_cycles force_cycles bytes pattern
11 14 ASL Absolute 6 <NA> 3 ASL $hhhh
12 16 BPL ProgramCounterRelative 2 <NA> 2 BPL #r
13 17 ORA ZeroPageIndirectIndexedWithY 5 <NA> 2 ORA ($hh),Y
14 18 ORA ZeroPageIndirect 5 <NA> 2 ORA ($hh)
15 20 TRB ZeroPage 5 <NA> 2 TRB $hh
16 21 ORA ZeroPageIndexedWithX 4 <NA> 2 ORA $hh,X
17 22 ASL ZeroPageIndexedWithX 6 <NA> 2 ASL $hh,X
18 24 CLC Implied 2 <NA> 1 CLC
19 25 ORA AbsoluteIndexedWithY 4 <NA> 3 ORA $hhhh,Y
20 26 INC Accumulator 5 2 1 INC