Carsten Strotmann on Nostr: I've written a (quick and dirty) CHIP-8 Assembler for the A8 ...
I've written a (quick and dirty) CHIP-8 Assembler for the A8
https://github.com/cstrotm/ch8asm
It's the first version, and it has limitations
* it's currently underdocumented
* it uses it's own memnonics (postfix notation)
* not well tested (but it assembles the three test source files contained in the repo)
* only CHIP-8 commands for now (no SCHIP-8 or other extensions - planned for a later version)
* should be restarted (reloaded) after one assembly run (it does not reset)
https://github.com/cstrotm/ch8asm
It's the first version, and it has limitations
* it's currently underdocumented
* it uses it's own memnonics (postfix notation)
* not well tested (but it assembles the three test source files contained in the repo)
* only CHIP-8 commands for now (no SCHIP-8 or other extensions - planned for a later version)
* should be restarted (reloaded) after one assembly run (it does not reset)