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