a python CPU emulator with a custom instruction set, and a ASM compialer
asm-to-prg.py | ||
drive8.bin | ||
example.asm | ||
gradiant.asm | ||
main.asm | ||
main.py | ||
README.md | ||
try_to_fix_me.asm |
Py502
a Python CPU emulator with a custom instruction set, and an ASM compiler
What Doin'?
I am currently working on a C compiler for this custom CPU architecture. I am also going to add characters to my ASM compiler so you can do stuff like
message:
.asciiz db "Hello, World!", 0x00 ; null terminated