AidenBeresford / FeGBA

Rust-based Game Boy Advance emulator written and maintained by TAMU students.
MIT License
1 stars 0 forks source link

Add BX instruction (4.1.10) #14

Closed AidenBeresford closed 1 month ago

AidenBeresford commented 1 month ago

Adds Branch and Exchange instruction as listed in issue #9

AidenBeresford commented 1 month ago

For the flags are you going to incrementally add all of them.

or is n, z, c, v, t all the flags we need

That's every flag