1
0
mirror of https://github.com/jborza/emu6502.git synced 2024-09-30 03:57:16 +00:00
MOS 6502 Emulator
Go to file
2019-04-16 22:47:38 +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
azure-pipelines.yml Update azure-pipelines.yml for Azure Pipelines - run test 2019-04-14 13:29:54 +02:00
cpu.c PHA, PLA, TXS, TYS, TSX, TSY + tests 2019-04-16 22:46:28 +02:00
cpu.h PHA, PLA, TXS, TYS, TSX, TSY + tests 2019-04-16 22:46:28 +02:00
disassembler.c complete set of opcodes in header and disassembler 2019-04-14 15:07:14 +02:00
disassembler.h
emu6502.c PHA, PLA, TXS, TYS, TSX, TSY + tests 2019-04-16 22:46:28 +02:00
emu6502.sln
emu6502.vcxproj STX, STY + tests 2019-04-14 23:05:37 +02:00
flags.h
LICENSE
opcodes.h complete set of opcodes in header and disassembler 2019-04-14 15:07:14 +02:00
README.md Update README.md 2019-04-15 19:38:43 +02:00
state.h
test6502.c TXS, TSX tests fixed 2019-04-16 22:47:38 +02:00
test6502.h
types.h code cleanup 2019-04-14 13:24:02 +02:00

Build Status

emu6502

MOS 6502 Emulator