CPU Emulator writen in Python With a Asm to Bytecode compialer, and a C to ASM compialer
Go to file
2025-03-28 10:10:24 -05:00
__pycache__ did nothing... 2025-03-28 10:10:24 -05:00
asm Main 2024-12-23 23:17:07 -06:00
tests did nothing... 2025-03-28 10:10:24 -05:00
.gitattributes Main 2024-12-23 23:17:07 -06:00
asm-to-prg.py Main 2024-12-23 23:17:07 -06:00
c-to-asm.py did nothing... 2025-03-28 10:10:24 -05:00
drive8.bin Main 2024-12-23 23:17:07 -06:00
LICENSE Initial commit 2024-12-24 05:16:12 +00:00
main.asm Main 2024-12-23 23:17:07 -06:00
main.c Main 2024-12-23 23:17:07 -06:00
main.py Main 2024-12-23 23:17:07 -06:00
program.py did nothing... 2025-03-28 10:10:24 -05:00
README.md Initial commit 2024-12-24 05:16:12 +00:00
std.asm Main 2024-12-23 23:17:07 -06:00
std.h did nothing... 2025-03-28 10:10:24 -05:00
test.asm did nothing... 2025-03-28 10:10:24 -05:00

Python-Cpu-Emulator

CPU Emulator writen in Python With a Asm to Bytecode compialer, and a C to ASM compialer