LOAD

Load the specified file into memory at hexadecimal address aaaa. The load address must always be specified.

*LOAD WOMBAT AF00

You could use this to load data into the graphics buffer (located at &9340) from a picture variable.

*LOAD PIC3.PIC 9340
*REFRESH

OSCLI may also be used to load a file. However, you must take care to provide the load address as a hexadecimal number in string format.

OSCLI "LOAD "+file_name$+" "+STR$~(start_address)

See the Files section for more information about files.

Associated Keywords