aboutsummaryrefslogtreecommitdiff
path: root/ChocolArm64/Instructions/InstInterpreter.cs
blob: e6354fd5a761fc5f416226be8ed56104c0081f3d (plain) (blame)
1
2
3
4
5
6
7
8
using ChocolArm64.Decoders;
using ChocolArm64.Memory;
using ChocolArm64.State;

namespace ChocolArm64.Instructions
{
    delegate void InstInterpreter(CpuThreadState state, MemoryManager memory, OpCode64 opCode);
}