Commit Graph

13 Commits

Author SHA1 Message Date
Stefan Arentz
eab16a1d3b Fixes #3 - Implement 65C02 Instructions (#42) 2016-11-23 22:17:24 -05:00
Stefan Arentz
2094597e34 Fixes #40 - Missing Decimal support for ADC/SBC 2016-11-22 15:53:38 -05:00
Stefan Arentz
eb9c0751a2 Fixes #38 - SBC (indirect),Y incorrectly interpreted 2016-11-22 09:18:45 -05:00
Stefan Arentz
6939be8db4 Fixes #37 - SBC zeropage,X incorrectly interpreted 2016-11-22 09:07:04 -05:00
Stefan Arentz
9be1f00a9b Fixes #35 - The STA ABS,X (0x9D) instruction has incorrect length 2016-11-21 22:58:37 -05:00
Stefan Arentz
a33c6d9057 Fixes #24 - PLP and PHP instructions are missing 2016-11-16 22:09:26 -05:00
Stefan Arentz
e66c4fd87f Fixes #14 - Introduce a strict mode 2016-11-16 22:05:08 -05:00
Stefan Arentz
fc75d02130 Fixes #21 - SEx instructions are missing 2016-11-16 15:52:49 -05:00
Stefan Arentz
3358bbd31a Fixes #18 - Better handle unknown instructions 2016-11-16 15:43:10 -05:00
Stefan Arentz
b0972be3c8 Fixes #10 - Implement the BRK instruction 2016-11-13 20:09:47 -05:00
Stefan Arentz
85c8204c1b Fixes #5 - Support interrupts 2016-11-13 20:07:54 -05:00
Stefan Arentz
e7ed556023 Fixes #2 - Keep the stack pointer as a byte instead of word 2016-11-13 15:36:57 -05:00
Stefan Arentz
c16b34f14a Initial import 2015-01-13 19:42:14 -05:00