01c1c9e3933c418ee3f974399bdeb1c9d0ac969c
The conditions are hotpath, so pre-calcuate the end cycle count instead of doing it every loop. I didn't verify that the compiler wasn't doing this anyway, but this won't hurt.
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%