NativeCodeGenerator.JumpIfTrue Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.CodeGen.Native
Declaring Type: NativeCodeGenerator
Pop a value from the stack and if true, jump to label
public void JumpIfTrue(Label label);
Parameters
Label label | The label to jump to |