a5f3ae7ad6df14aada2a42f4d24a22f0777138a2
Though not a real register, the operand "(hl)" fits in better with the 8-bit registers than it does with the sixteen bit ones. As such, move its definition. Also, define useful values for the 8-bit operands rather than arbitrary ones.
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%