Import Binary File window

Import Binary File window

The Import Binary File window is available from the File menu.

The Import Binary window

You can use the Import Binary File window to extract BASIC code or memory contents from a damaged or unsupported file.

Filename

Specifies the file you wish to open.

Options

Extract BASIC

Specifies that BasinC will load a tokenised BASIC program. The file should start at the PROG system variable and continue to the area indicated by VARS.

Send as DATA Bytes

Sends the file as DATA lines to your program. The output is configurable, allowing you to specify the line numbering and amount of bytes per line you want to send.

Load as CODE

Specifies that BasinC will load bytes of binary data into the emulated Spectrum's memory. If the file is too large, BasinC will stop loading when the top of memory (address 65535) is reached.

Address

Specifies the start address in memory to which code will be loaded.