pub const JUMP_INSTRUCTION: u32 = 0x1000006f;
This encodes to jal x0, 256 - jumps 256 bytes ahead from the current PC location.