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/core/arm7tdmi
Michel Heily fb93ebb4ed feat/arm7tdmi_dispatch_table: Done!
Moved away from using lazy_static for this one since every access to a
lazy_static reference adds a runtime check, Currently using a build.rs script to generate a const table instead.

Worked out the ARM decoding issues, seems to run fine now.

Though the dynamic decoding for ARM is broken now since I had to change things in Data Processing and MSR instructions

TODO use `const fn` when it becomes stable


Former-commit-id: ba09748ff74a403c7016adcbe0ca553b591f6855
2020-04-07 02:31:13 +03:00
..
arm feat/arm7tdmi_dispatch_table: Done! 2020-04-07 02:31:13 +03:00
thumb feat/arm7tdmi_dispatch_table: Done! 2020-04-07 02:31:13 +03:00
alu.rs optimize/cpu: Pass Arm/Thumb Instruction and other large structs as references. 2020-03-28 16:14:59 +03:00
cpu.rs feat/arm7tdmi_dispatch_table: Done! 2020-04-07 02:31:13 +03:00
exception.rs ptimize: CPU Pipeline optimization part 3 2020-02-11 02:26:17 +02:00
mod.rs optimize/cpu: Pass Arm/Thumb Instruction and other large structs as references. 2020-03-28 16:14:59 +03:00
psr.rs Fix all warnings during build 2020-02-14 14:21:45 +02:00