Changes

Jump to: navigation, search

Locomotive BASIC

562 bytes added, 12:50, 30 January 2021
/* LOAD ‹file name›[,‹address›] */ definition + tape convention
==== <code>LOAD ‹file name›[,‹address›] </code>====
: [With this directive you may load any file in memory Basic files (extension .BAS) are loaded in Basic memory, you cannot choose loading address Binary files are loaded to the default address location stored in the AMSDOS header but you may force loading address (&C000 for a screen) TAPE convention: When loading tape files, the basic display a message every block which may cause trouble.Message output may be disabled by using prefix "!" before the filename.] It's also possible to load the next file disregarding his name using only "!" => <code>LOAD "!"</code>
==== <code>LOCATE[#‹stream expression›][,] x,y</code> ====
9
edits