Py502/README.md
2024-12-08 21:11:01 -06:00

550 B

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

Example error messages for the ASM Compiler

image image