1
0
mirror of https://github.com/rkujawa/rk65c02.git synced 2025-03-02 23:29:23 +00:00
Radosław Kujawa 85a53f89c8 Start implementation of display emulation.
Something like a character RAM for a start. When 65C02 writes into
this space, a callback will be executed that would allow redrawing
the emulated screen. Multiple backends can be supported this way.
2018-03-25 18:01:15 +02:00
2017-01-23 13:47:22 +01:00
2017-02-09 22:25:38 +01:00

rk65c02

65C02 code interpreter/emulator/disassembler (work in progress)

rk65c02 logo

Description
Experimental 65C02 machine code interpreter/emulator/disassembler.
Readme GPL-3.0 462 KiB
Languages
C 88.4%
Assembly 8.8%
Makefile 2.1%
Awk 0.7%