pub const LD_1B_REG: u8 = _; // 44u8
BPF opcode: ldxb dst, [src + off] /// dst = (src + off) as u8.
ldxb dst, [src + off]
dst = (src + off) as u8