Method EmitBle
EmitBle(ILLabel)
public ILCursor EmitBle(ILLabel operand)
Parameters
operandILLabel- The emitted instruction's operand.
Returns
EmitBle(Instruction)
public ILCursor EmitBle(Instruction operand)
Parameters
operandInstruction- The emitted instruction's operand. Will be automatically converted to a ILLabel.