====== LOAD ====== Syntax: load "filename", [, ] 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.