RIP-Comm / clementine

Gameboy Advance emulator.
MIT License
49 stars 13 forks source link

ARM: Implement `CMP` ALU Instruction #68

Closed fedebuonco closed 2 years ago

fedebuonco commented 2 years ago

Straightforward implementation of the CMP instruction. Based on the previous implementation of TEQ. More test should be written.