Skip to content

Complete toolchain (as, ld, cl, emu) for the CHIP-8, written in C

License

Notifications You must be signed in to change notification settings

lfrie/chip8-toolchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chip8-toolchain

This is a complete toolchain for the CHIP-8, mostly written in C.
The project is just getting started.

as

The assembler.
Takes an assembly source file and produce an object file.

ld

The linker.
Takes many object files and combine all symbols, code and data into one binary file.

rom-builder

The binary generated by ld isn't a ROM. It contain many debug and symbol infos.
Take this binary and generate a ROM file, compatible with any CHIP-8 emulator.

emulator

Run a CHIP-8 ROM.
Can also run a binary generated by the linker.

debugger

Run a CHIP-8 binary using my own Debugger (ODB).

cl-lanexpr

Compiler for my really simple programming language LExpr.
CHIP-8 backend generates assembly.

About

Complete toolchain (as, ld, cl, emu) for the CHIP-8, written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.7%
  • C++ 35.3%
  • CMake 2.0%