文件名称:6502-模拟器:可理解的6502模拟器
文件大小:54KB
文件格式:ZIP
更新时间:2024-02-25 22:50:19
emulator cpu assembly retro 6502
6502-模拟器:可理解的6502模拟器
【文件预览】:
6502-emulator-master
----.gitignore(26B)
----sample()
--------a.o65(253B)
--------draw.s(6KB)
----src()
--------machine()
--------utils.cpp(3KB)
--------utils.h(790B)
--------main.cpp(784B)
--------opcode()
----doc()
--------Draw-Sample_Screenshot.png(8KB)
----README.md(3KB)
----CMakeLists.txt.in(499B)
----test()
--------status-opcode-handler-test.cpp(2KB)
--------store-opcode-handler-test.cpp(7KB)
--------bitwise-opcode-handler-test.cpp(32KB)
--------compare-opcode-handler-test.cpp(8KB)
--------maths-opcode-handler-test.cpp(18KB)
--------load-opcode-handler-test.cpp(22KB)
--------test-utils.cpp(672B)
--------transfer-opcode-handler-test.cpp(6KB)
--------system-opcode-handler-test.cpp(771B)
--------jump-opcode-handler-test.cpp(1KB)
--------branch-opcode-handler-test.cpp(8KB)
--------stack-opcode-handler-test.cpp(2KB)
--------test-utils.h(600B)
----CMakeLists.txt(1KB)