pub const JMPGT: OpCode = _; // 41u8
JMPGT A B OFFSET - compare A and B and jump to IP + OFFSET if R(A) > R(B)