Constant JMP

Source
pub const JMP: OpCode = _; // 36u8
Expand description

Jumps, all jumps use a signed 24 bit OFFSET (high bit is sign and next 23 are integer). This means all jumps are forward or back (negative target). JMP OFFSET - Jump to IP + OFFSET