Showing changes from revision #5 to #6:
Added | Removed | Changed
This *Command starts the ARM BBC BASIC VI interpreter.
*BASIC64 –help
*BASIC64 [-chain] filename
*BASIC64 –quit filename
*BASIC64 –load filename
*BASIC64 @start,end
*BASIC64 –chain @start,end
*BASIC64 –quit @start,end
-help | Return information on the BASIC module, including options |
-chain | Load and execute program and then return to immediate mode when programs stops |
–quit | Load and execute program and then exit BASIC interpreter |
–load | Load filename only |
@start,end | Load progam that is already in memory at start address. The end address is the byte following the end of the program |
BASIC will select the most appropriate version of BASIC VI for the machine, if a Vector Floating Point unit is available BASICVFP will be used in preference to the FPA variant.
If no parameters are specified, the interpreter is simply loaded awaiting for input by the user.
@start,end addresses must be in a fixed format of @xxxxxxxx,xxxxxxxx with no spaces and be in uppercase.