PERWAPI.Instr.GetOp C# (CSharp) Method

GetOp() public method

public GetOp ( ) : Op
return Op
        public Op GetOp()
        {
            if (twoByteInstr)
                return (Op)(longInstrStart + instr);
            return (Op)instr;
        }