New community dev tool uploaded: BASLOAD

All aspects of programming on the Commander X16.
Stefan
Posts: 465
Joined: Thu Aug 20, 2020 8:59 am

New community dev tool uploaded: BASLOAD

Post by Stefan »


Version 0.1.0 published.

New in this version is that BASLOAD is loaded as a normal BASIC program, that is with LOAD"BASLOAD",8, no need for ,8,1.

You need to RUN the program to setup the environment. This copies BASLOAD to its final destination in RAM ($9000). It will also setup two "wedge" commands to make it a bit more convenient to program. Those wedge commands are !L to load a BASIC file and !E to start X16 Edit.

New in this version is also that the program when starting X16 Edit first will look in the ROM banks for the editor. If not found there, it will try to load X16 Edit from the root folder of the SD card (as before).

Post Reply