Releases: a2stuff/intbasic
Releases · a2stuff/intbasic
v0.9
Initial release. Supports these commands:
- Disk commands:
SAVE pathsaves the current program as anINTfile.LOAD pathloads anINTfile.RUN pathloads and runs anINTfile.DELETE pathdeletes the specified file.RENAME path,newpathrenames the specified file.LOCK pathandUNLOCK pathlock/unlock the specified file.CAT [path]orCATALOG [path]shows the contents of the current or specified directory.PREFIX [path]shows or sets the current ProDOS prefix.BYEexits back to ProDOS.
- Programming commands:
CHAIN pathloads and runs anINTfile, without clearing variables.
- Binary file commands
BSAVE path,A<address>,L<length>"saves aBINfile.BLOAD path[,A<address>]"loads aBINfile.BRUN path[,A<address>]"runs aBINfile.
Notes:
- Commands from Integer BASIC e.g.
PRINT "<ctrl-D>BLOAD RESOURCE"are supported. - Commands for operating on text files (
MAXFILES,OPEN,READ, etc) andEXECare not (yet) supported. - Slot and drive parameters (
,S6,D1) are not (yet) supported. MONandNOMONcommands and volume parameter (,V254) are accepted but ignored.