Table of Contents

LOAD

VIC-20 C16 Plus/4 C64 C128 M65

Load a file from tape or disk to memory.

Syntax

LOAD <filename>, <device_no> [, <start_address>]

The LOAD command loads a binary file from the given device into memory using the KERNAL load routine.

Use the ON ERROR GOTO statement beforehand if you want to trap errors during the loading process.

Warning

File I/O commands are not implemented for the Commodore PET.

See also