Hacker News new | ask | show | jobs
by severb 5182 days ago
Here's a Python asm compiler to go with those tools https://github.com/severb/0x10c-asm
2 comments

This is so cool. Between jtauber's work and the other versions floating around I can't imagine that we won't be seeing basic compilers for higher level languages soon. So far there are emulators for the CPU, multiple assemblers, and a disassembler. Have you checked out the C version on the front page? He's been updating it like mad.
Oh I hadn't seen this. I've actually implemented my own as part of dcpu16py.