1 2 3 4 5 6
using ChocolArm64.Translation; namespace ChocolArm64.Instructions { delegate void InstEmitter(ILEmitterCtx context); }