5675aedc916daa2ed7b9fc25e452accef9a0de11
...for better interactive debugging with history. Also, make commands return error codes so that only commands that execute successfully will be added to the command history.
A work-in-progress Gameboy emulator with a terminal-based UI and a basic assembler.
Compilation
make config-release
make
Docs
doxygen ./doxygen.config
Tests
make config-default
make check
Coverage
make config-coverage
make coverage-report
Description
Languages
C
98.2%
Makefile
1.8%