RIP-Comm / clementine

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

ARM: Implement `tst` ALU instruction #55

Closed FedericoBruzzone closed 2 years ago

FedericoBruzzone commented 2 years ago

I also updated teq because, as from documentation, teq, tst etc. can be runned only if s is set and rn is not R15

Let's talk about C flag.

Signed-off-by: Federico Bruzzone federico.bruzzone.i@gmail.com