Binary Editor Menus

File menu
Search menu

Options menu

File Menu

Open
Open a file. You can open a module in the project, or an external text or binary file.

Close
Close the window. Any changes to the file will be saved. If editor prompt before save option is enabled you will be prompted if you want to save. You can answer No should you desire.

Quit
Close the window losing any changes made to the file.

Save
Save the file to disk.

Save As
Save the file to disk under a new file name.

Exit
Exit the development environment.

Search Menu

Find
Search the file for a specific numeric or string value.

Find again
Repeat the previous Find from the current position.

Goto
Position to a given file offset within the file.

Options Menu

Binary mode
Display the file data in binary format.

Octal mode
Display the file data in octal format.

Decimal mode
Display the file data in decimal mode.

Hexadecimal mode
Display the file data in hexadecimal mode.

Toplevel window
Make the edit window a stand alone window.