pub trait Jmp<T> { // Required method fn jmp(&mut self, op1: T); }
Trait for jmp instruction kinds.
jmp
Emit an unconditional jump instruction.