AidenBeresford / FeGBA

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

feat: ARM and THUMB disassembler functions #8

Closed AidenBeresford closed 7 hours ago

AidenBeresford commented 1 day ago

Adds functionality to the disassemble_arm and disassemble_thumb functions. Should be everything we need for the disassembler, which means it's time to start working on implementing the instructions. Closes #3