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