1 2 3 4 5 6 7 8 9
namespace ChocolArm64.Decoders { interface IOpCode32 : IOpCode64 { Condition Cond { get; } uint GetPc(); } }