ABT.BinaryOpSupportingIntegralOperands.OperateULong C# (CSharp) Method

OperateULong() public abstract method

Before calling this method, %eax = Left, %ebx = Right This method should let %eax = %eax op %ebx
public abstract OperateULong ( CGenState state ) : void
state CodeGeneration.CGenState
return void
        public abstract void OperateULong(CGenState state);