I'm writing a custom assembler for CHIP-8 and just finished adding support for the DB/. byte directive so I can embed sprites in the ROM and finally get something drawn on the screen. It SHOULD support all OG CHIP-8 instructions, but still a ton of rough edges that I'm ironing out.
Source: [Hacker News](https://github.com/Tackx/c8-ass)