mirror of
https://github.com/yuzu-mirror/dynarmic.git
synced 2026-02-09 00:34:16 +01:00
When BLX LR is translated, BXWritePC(GetRegister(Reg::LR)) was executed after the SetRegister(Reg::LR, _) update was done. |
||
|---|---|---|
| docs | ||
| externals/catch | ||
| src | ||
| tests | ||
| CMakeLists.txt | ||
| README.md | ||
Dynarmic
A dynamic recompiler for the ARMv6K architecture.
Documentation
Design documentation can be found at docs/Design.md.
Plans
Near-term
- Actually finish the translators off
- Get everything working
Redundant Get/Set eliminationHandle immediates properly- Allow ARM flags to be stored in host flags
Medium-term
Long-term
- ARMv7A support
- ARMv5 support