Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

LOAD

Syntax:

load "filename", <byte or int device_no> [, <int start_address>]

The LOAD command loads a binary file from the given device into memory using the KERNAL load routine. If start_address is not specified, the first to bytes (LB/HB) of the file will be used as the start address. Otherwise the first two bytes of the file will be discarded and the rest will be loaded into the memory address specified by start_address.

Use the FERR function to get error information on the loading process.