This command is used to move the cursor to the given position.
You can change the way entered offset is interpreted, according to the following table:
| Number Type | Absolute offset | Relative offset |
| Hexadecimal | Absolute offset in hexadecimal format. Only nonnegative values are allowed. | Relative offset in hexadecimal format. May either be positive or negative number. The resulting offset is then calculated by adding the given offset to the current one. |
| Decimal | Absolute offset in decimal format. Only nonnegative values are allowed. | Relative offset in decimal format. May either be positive or negative number. The resulting offset is then calculated by adding the given offset to the current one. |
| Octal | Absolute offset in octal format. Only nonnegative values are allowed. | Relative offset in octal format. May either be positive or negative number. The resulting offset is then calculated by adding the given offset to the current one. |
| Percent | Absolute offset in decimal format as a percent of the current file's size. | |
In addition, you may select one of the bookmarks in the Bookmark list to jump to.
The resulting offset is displayed at the bottom of the window in hexadecimal and decimal formats.
You may instruct the Hex Editor Neo to change the current selection when jumping to the specified address. You may select one of the following options: