pineman / fpt

Gameboy emulator (yes, written in rust)
https://pineman.github.io/fpt
MIT License
5 stars 1 forks source link

Implement cp instructions #21

Closed joajfreitas closed 10 months ago

diogotito commented 10 months ago

What if we implemented the 8-bit SUB instructions first so that we could assert that for every CP we have the same side effects of the corresponding SUB in the f register?