Showing changes from revision #0 to #1:
Added | Removed | Changed
This *Command starts the ARM BBC BASIC VI interpreter.
*BASICFPA –help
*BASICFPA [-chain] filename
*BASICFPA –quit filename
*BASICFPA –load filename
*BASICFPA @start,end
*BASICFPA –chain @start,end
*BASICFPA –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 FPA 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.