aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Instruction/AInstInterpreter.cs
blob: 6a855aecb0936d66b4af9bc017b5f78ba0e8b980 (plain)
1
2
3
4
5
6
7
8
using ChocolArm64.Decoder;
using ChocolArm64.Memory;
using ChocolArm64.State;

namespace ChocolArm64.Instruction
{
    delegate void AInstInterpreter(AThreadState State, AMemory Memory, AOpCode OpCode);
}