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);
}
pub fn ja(off: i16) Insn
off: i16
pub fn ja(off: i16) Insn {
return jmp(.ja, .r0, 0, off);
}