> 1) In effect you have "moving" opcodes that depend on the endianness. > The opcode for signed-operation will be 0x1 in big-endian BPF, but > 0x8000 in little-endian bpf. s/0x8000/0x0100/. (Yeah I'm bad with such things :'D)
> 1) In effect you have "moving" opcodes that depend on the endianness. > The opcode for signed-operation will be 0x1 in big-endian BPF, but > 0x8000 in little-endian bpf. s/0x8000/0x0100/. (Yeah I'm bad with such things :'D)