RIP-Comm / clementine

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

ARM(ALU): `ADC`, `SBC` and `RSC` #103

Closed AlessioC31 closed 1 year ago

AlessioC31 commented 1 year ago

This PR adds support for ALU ops ADC, SBC, and RSC.

Please review the carry/overflow logic in these instruction since I'm not 100% :)

Apart from any possible error in it, this concludes ALU emulation :tada: