@nataliapc/mcp-openmsx
Version:
Model context protocol server for openMSX automation and control
28 lines (14 loc) • 668 B
Markdown
Loads a BASIC program from cassette if this program has been saved in tokenized mode with `CSAVE`.
`CLOAD "<Filename>"`
`"<Filename>"` is the name of the BASIC program to be loaded. When not specified, `CLOAD` will load the first or next BASIC program in tokenized mode found on tape. `"<Filename>"` can be replaced by a alphanumeric variable containing the name.
The format of file name is case sensitive and limited to 6 characters without extension.
`CLOAD?`, `CSAVE`, `LOAD`, `RUN`, `SAVE`
MSX-BASIC versions before 4.0
Retrieved from "https://www.msx.org/wiki/CLOAD"