bins
|
test binaries for the graphic emulator
|
2019-04-27 21:13:15 +02:00 |
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
|
fixed RTS
|
2019-04-27 19:22:06 +02:00 |
cpu.h
|
PHA, PLA, TXS, TYS, TSX, TSY + tests
|
2019-04-16 22:46:28 +02:00 |
debugger_windows.c
|
small debugger updates
|
2019-04-27 21:12:07 +02:00 |
disassembler.c
|
disassembler outputs current line in hex
|
2019-04-27 19:22:21 +02:00 |
emu6502.c
|
implemented SBC, ASL
|
2019-04-19 11:38:52 +02:00 |
emu6502.vcxproj
|
fixed zero flag handling in LDA, LDX, LDY
|
2019-04-27 12:43:15 +02:00 |
makefile
|
makefile fix
|
2019-04-27 12:19:50 +02:00 |
memory.c
|
memory function name refactoring (pop->fetch)
|
2019-04-27 13:57:47 +02:00 |
memory.h
|
memory function name refactoring (pop->fetch)
|
2019-04-27 13:57:47 +02:00 |
README.md
|
Update README.md
|
2019-04-15 19:38:43 +02:00 |
test6502.c
|
fixed RTS
|
2019-04-27 19:22:06 +02:00 |
types.h
|
fixed zero flag handling in LDA, LDX, LDY
|
2019-04-27 12:43:15 +02:00 |