Function ja [src]

Prototype

pub fn ja(off: i16) Insn

Parameters

off: i16

Source

pub fn ja(off: i16) Insn { return jmp(.ja, .r0, 0, off); }