mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
This commit is contained in:
parent
1c74037fdb
commit
624bc35132
19 changed files with 799 additions and 525 deletions
8
ChocolArm64/State/AExecutionMode.cs
Normal file
8
ChocolArm64/State/AExecutionMode.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace ChocolArm64.State
|
||||
{
|
||||
enum AExecutionMode
|
||||
{
|
||||
AArch32,
|
||||
AArch64
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue