1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-09-27 14:59:04 +00:00
MOS 6502 Emulator
Go to file
2019-04-27 12:53:39 +02:00
data
.gitignore LDY instruction + tests 2019-04-14 22:20:32 +02:00
azure-pipelines.yml
cpu.c fixed zero flag handling in LDA, LDX, LDY 2019-04-27 12:43:15 +02:00
cpu.h PHA, PLA, TXS, TYS, TSX, TSY + tests 2019-04-16 22:46:28 +02:00
disassembler.c
disassembler.h
emu6502.c implemented SBC, ASL 2019-04-19 11:38:52 +02:00
emu6502.sln
emu6502.vcxproj fixed zero flag handling in LDA, LDX, LDY 2019-04-27 12:43:15 +02:00
flags.h
LICENSE
makefile makefile fix 2019-04-27 12:19:50 +02:00
memory.c fixed zero flag handling in LDA, LDX, LDY 2019-04-27 12:43:15 +02:00
memory.h fixed zero flag handling in LDA, LDX, LDY 2019-04-27 12:43:15 +02:00
opcodes.h
README.md Update README.md 2019-04-15 19:38:43 +02:00
state.h
test6502.c added test for rest of branch instructions 2019-04-27 12:53:39 +02:00
test6502.h
types.h fixed zero flag handling in LDA, LDX, LDY 2019-04-27 12:43:15 +02:00

Build Status

emu6502

MOS 6502 Emulator