6502Android/app/src/main/kotlin/android/emu6502/instructions/impl
2015-06-27 17:47:02 -07:00
..
ADC.kt Adds more instructions 2015-06-14 23:37:41 -07:00
AND.kt Implements a few more instructions 2015-06-27 17:47:02 -07:00
ASL.kt Adds instructions, display, instructiontarget, etc 2015-06-11 23:26:47 -07:00
BIT.kt Adds instructions, display, instructiontarget, etc 2015-06-11 23:26:47 -07:00
BNE.kt Fixes failing tests 2015-06-16 23:20:23 -07:00
BRK.kt Fixes failing tests 2015-06-16 23:20:23 -07:00
CPX.kt Fixes failing tests 2015-06-16 23:20:23 -07:00
DEX.kt Implements a few more instructions 2015-06-27 17:47:02 -07:00
DEY.kt Implements a few more instructions 2015-06-27 17:47:02 -07:00
INX.kt Adds more instructions 2015-06-14 23:37:41 -07:00
JMP.kt Adds jump instructions 2015-06-21 18:06:44 -07:00
JSR.kt Adds jump instructions 2015-06-21 18:06:44 -07:00
LDA.kt Implements a few more instructions 2015-06-27 17:47:02 -07:00
LDX.kt Fixes failing tests 2015-06-16 23:20:23 -07:00
LDY.kt Fixes failing tests 2015-06-16 23:20:23 -07:00
ORA.kt Fixes failing tests 2015-06-16 23:20:23 -07:00
RTS.kt Adds jump instructions 2015-06-21 18:06:44 -07:00
SEI.kt Implements a few more instructions 2015-06-27 17:47:02 -07:00
STA.kt Implements a few more instructions 2015-06-27 17:47:02 -07:00
STX.kt Fixes failing tests 2015-06-16 23:20:23 -07:00
TAX.kt Adds more instructions 2015-06-14 23:37:41 -07:00