data
|
added stubs for missing instructions to cpu
|
2019-04-14 15:15:15 +02:00 |
.gitignore
|
LDY instruction + tests
|
2019-04-14 22:20:32 +02:00 |
cpu.c
|
implemented TAX,TXA,TAY,TYA, DEX, DEY, INX, INY
|
2019-04-14 23:40:53 +02:00 |
cpu.h
|
introduced test6502 module for tests
|
2019-04-14 12:39:56 +02:00 |
disassembler.h
|
introduced test6502 module for tests
|
2019-04-14 12:39:56 +02:00 |
emu6502.c
|
implemented LDX instructions
|
2019-04-14 21:55:19 +02:00 |
emu6502.sln
|
gitignore + vs2019 solution
|
2019-04-14 12:37:17 +02:00 |
emu6502.vcxproj
|
STX, STY + tests
|
2019-04-14 23:05:37 +02:00 |
README.md
|
Update README.md
|
2019-04-15 19:38:43 +02:00 |
test6502.c
|
TXA, TAX, TYA, TAY tests
|
2019-04-15 19:36:53 +02:00 |
test6502.h
|
introduced test6502 module for tests
|
2019-04-14 12:39:56 +02:00 |
types.h
|
code cleanup
|
2019-04-14 13:24:02 +02:00 |