Warning

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

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


load [2019/05/07 21:14] (current) – created neils
Line 1: Line 1:
 +====== 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|FERR]]'' function to get error information on the loading process.