C8-ass - Custom assembler for CHIP-8 in C++
Show HN: I wrote a custom assembler for CHIP-8 in C++

C8-ass is a custom assembler written in C++ for the CHIP-8 virtual machine, designed to work with the developer's own CHIP-8 emulator. It translates CHIP-8 assembly into bytecode, supporting directives like INCBIN and .byte, with robust error handling that reports filename, line, and column. The project includes tests, examples, and is actively developed on Twitch and YouTube. Ideal for retro computing enthusiasts and emulator developers, it simplifies writing and debugging CHIP-8 programs, offering a modern toolchain for a classic platform.
Custom assembler for my CHIP-8 emulator (WIP).