pub fn jmp(ctx: &mut Context, op: &Op) -> PasmResult
Expand description

Jump

Syntax

  1. JMP [ref] - jump to loc
  2. JMP [ref],[ref] - jump to first if CMP true, second if CMP false