Noticed this while explaining a related code: there is no need to make a full jump, and a short jump would suffice. Assembler does not know about this shortening, because it is a forward branch.
Makes a slightly more compact interpreter code.
Makes a slightly more compact interpreter code.