Chip8Assembler icon indicating copy to clipboard operation
Chip8Assembler copied to clipboard

A Super Chip 8 assembler

Results 2 Chip8Assembler issues
Sort by recently updated
recently updated
newest added

Add the ability to parse Octo files and output Chip 8 binary code. The Octo extension is described in [John Earnest's Github Wiki](https://github.com/JohnEarnest/Octo/blob/gh-pages/docs/Manual.md). The implementation of Octo should take place...

enhancement

The `LOADLONG` operation loads the `index` register with a 16-byte value. The value can either be the address of a previously defined label, or a numeric literal. The `LOADLONG` mnemonic...

enhancement