Contents |
Description
MemoryDisk BASIC is a BASIC extension that uses a part of the MSX memory to create a RAM-Disk or Memory Disk. This disk is recognized as MEM: and is lost when you reboot or turn off the computer.
According the MSX-BASIC version of the computer, the size of the Memory Disk can differ. See CALL MEMINI for details.
Versions
There are 2 versions of this extension:
- Version 1 is available on a few Toshiba MSX1 machines: the HX-20 (all versions), HX-21 (Japanese version), HX-22 (Japanese version), HX-31 and HX-32
- Version 2 is available on all MSX2 and higher computers. All instructions from version 1 were integrated in MSX-BASIC 2.0 except for CALL MEMOFF
Instructions (general info)
Both versions extend the 6 following instructions: CLOSE, LOAD, MERGE, OPEN, RUN and SAVE.
See below the new instructions.
Note: CALL can be replaced by the character underscore (_). A space is not required after this character. See CALL for more info.
Instructions (ordered per category)
Data Storage
Instruction | Integrated in | Function |
---|---|---|
MSX-BASIC 2.0 | ||
CALL MFILES | Yes | Lists the contents of the Memory Disk and displays the remaining free space |
CALL MKILL | Yes | Deletes a specified file on the Memory Disk |
CALL MNAME | Yes | Renames a specified file on the Memory Disk |
Memory Disk System
Instruction | Integrated in | Function |
---|---|---|
MSX-BASIC 2.0 | ||
CALL MEMINI | Yes | Initializes the Memory Disk and deletes all existing files on this device |
CALL MEMOFF (*) | No | Disables the Memory Disk on some Toshiba MSX1 computers |
(*) Replaced by CALL MEMINI(0) since MSX-BASIC 2.0
Instructions (alphabetical order)
Instruction | Integrated in | Type |
---|---|---|
MSX-BASIC 2.0 | ||
CALL MEMINI | Yes | Memory Disk System |
CALL MEMOFF (*) | No | Memory Disk System |
CALL MFILES | Yes | Data Storage |
CALL MKILL | Yes | Data Storage |
CALL MNAME | Yes | Data Storage |
(*) Replaced by CALL MEMINI(0) since MSX-BASIC 2.0
Pages in category "MemoryDisk BASIC"
The following 11 pages are in this category, out of 11 total.
C |
C cont.LM |
ORS |