Function cambridge_asm::exec::cmp::jmp

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

Jump

Syntax

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