ABT.BinaryOpSupportingIntegralOperands.OperateLong C# (CSharp) Méthode

OperateLong() public abstract méthode

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