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