Tackx/c8-ass

Custom assembler for CHIP-8

C++

4

84 commits

updated Sep 17, 2026

See the code

README

C8-ass

Custom CHIP-8 assembler (WIP)

Developed live at:

code

TODO

  • Fix lines not starting with label or a mnem being parsed incorrectly
    • Could add a validation that it's either a label or a valid mnemonic (add an array of valid MNEMs?)
  • Go through TODOs (in code)
  • More validations
  • Error handling
  • Refactor

Contributors

Tackx

84 commits

Tackx/c8-ass

Custom assembler for CHIP-8

C++

4

84 commits

updated Sep 17, 2026

See the code

README

C8-ass

Custom CHIP-8 assembler (WIP)

Developed live at:

code

TODO

  • Fix lines not starting with label or a mnem being parsed incorrectly
    • Could add a validation that it's either a label or a valid mnemonic (add an array of valid MNEMs?)
  • Go through TODOs (in code)
  • More validations
  • Error handling
  • Refactor

Contributors

Tackx

84 commits

Languages

C++

97.5%

CMake

2.5%