Initial work to support AArch32 with a interpreter, plus nvmm stubs (not used for now)
This commit is contained in:
8
ChocolArm64/Instruction/AInstInterpreter.cs
Normal file
8
ChocolArm64/Instruction/AInstInterpreter.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using ChocolArm64.Decoder;
|
||||
using ChocolArm64.Memory;
|
||||
using ChocolArm64.State;
|
||||
|
||||
namespace ChocolArm64.Instruction
|
||||
{
|
||||
delegate void AInstInterpreter(AThreadState State, AMemory Memory, AOpCode OpCode);
|
||||
}
|
Reference in New Issue
Block a user