mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 23:08:38 +00:00
6b0010c9405abd23d785ab0ad4966a302a94f2f0
This uses the ARM terminology for sizes (Halfword -> 2 bytes, Word -> 4 bytes) as opposed to the x86 terminology of (Word -> 2 bytes, Double word -> 4 bytes)
Dynarmic
A dynamic recompiler for ARM.
Supported guest architectures
- ARMv6K
- 64-bit ARMv8
Supported host architectures
- x86-64
There are no plans to support x86-32.
Documentation
Design documentation can be found at docs/Design.md.
Plans
Near-term
- Complete ARMv8 support
Medium-term
- Optimizations
Long-term
- ARMv7A guest support
- ARMv5 guest support
- ARMv8 host support
Description
Languages
C
68.8%
C++
20.6%
POV-Ray SDL
9.7%
Pascal
0.6%
CMake
0.3%