This repository has been archived on 2024-12-14. You can view files and clone it, but cannot push or open issues or pull requests.
rustboyadvance-ng/src/arm7tdmi/thumb
Michel Heily 702a08e30c Add many thumb instructions..
TODO add more tests for all the instructions I've got implemented so
far.
Also, I need to rewrite the whole "sysbus" module again because it's
crap and I keep refactoring it as I go.
I've added the "Dummy" because the bios for some reason tries to memzero
an unmapped region on the work ram (the thumb loop that ends at 0x126)


Former-commit-id: 67befd0935ee10df9ac8ceeaebd14f69767a7f16
2019-07-04 01:56:50 +03:00
..
display.rs Implement thumb format 6 (PC-Relative Load) and test it. 2019-07-03 02:15:16 +03:00
exec.rs Add many thumb instructions.. 2019-07-04 01:56:50 +03:00
mod.rs Add many thumb instructions.. 2019-07-04 01:56:50 +03:00