Skip to main content

Jl

Trait Jl 

Source
pub trait Jl<T> {
    // Required method
    fn jl(&mut self, op1: T);
}
Expand description

Trait for jl instruction kinds.

Required Methods§

Source

fn jl(&mut self, op1: T)

Emit a conditional jump if less (SF!=OF). This handles the flags from a signed arithmetic operation.

Implementors§

Source§

impl Jl<&mut Label> for Asm