Archive: Relative jumps


Relative jumps
Can someone please explain why relative jumps behave differently over some instructions (like stated in the help file, Exch, File, and so on)?

--
Igor


They add more than one instruction and the code in charge of relative jumps can't tell between 1-1 and 1-N mappings of commands to instructions. It treats each instruction as one command.