Jump
Purpose: Jumps to a specified address within the file.
Insert the desired page number, hex offset or decimal offset. The entered
amount should be within the specified bounds. Jump's length counts from
the specified offset.
The difference between Jump and Goto is that the second
instruction can be repeated endlessly. For example, if you are at offset
(dec)500 and you set a 25 step Goto, then you will be at 525, 550, 575 and so on
offsets.