Showing changes from revision #0 to #1:
Added | Removed | Changed
This *Command starts the ARM BBC BASIC VI interpreter.
*BASICVFP –help
*BASICVFP [-chain] filename
*BASICVFP –quit filename
*BASICVFP –load filename
*BASICVFP @start,end
*BASICVFP –chain @start,end
*BASICVFP –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 |
Specifically the VFP version of BASIC VI will be started, which may be not be the most appropriate version of BASIC VI for the machine, use *BASIC64 in preference.