8dbcf353abe608df5107532486f038d606dbd458
Similar to gbasm, break the testing into different files for sanity's sake. This patch also adds a "test" register state which is compared to the state of the actual CPU registers at the end of the test. Finally, break the inc and dec tests, but add "ld r8, r8" and "ld dr, d8" tests.
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%