Category:MSX2-SAS BASIC
This page was last modified 00:52, 31 May 2023 by Mars2000you.

Contents

Description

MSX2-SAS BASIC is a BASIC extension that is available with the MSX2 Simple Assemble System, published in Backup Katsuyou Technique 16.

Instructions (general info)

This extension adds 6 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 Generation Function
CALL LOAD MSX2 Loads from disk a BASIC source, as apart file or file to merge to the current source in RAM
Function key in set 2: F2
CALL SAVE MSX2 Saves the current BASIC source in RAM to disk as single file or additional file
Function key in set 2: F3


Keyboard

Instruction Generation Function key Function
CALL KEY MSX2 F9 Toggles between 2 different sets for the function keys


Programming

Instruction Generation Function
CALL ASM MSX2 Launches the assembler to convert ASF file (ASCII Source File) into BOF file (Binary Object File)
Function key in set 2: F5
CALL CHANGE MSX2 Displays all the modified lines of the BASIC source in RAM , when replacing a text by a new text
Function key in set 2: F8
CALL SEARCH MSX2 Displays all the lines of the BASIC source in RAM, containing a specified text
Function key in set 2: F7


Instructions (alphabetical order)

Instruction Generation Function key Type
CALL ASM MSX2 F5 in set 2 Programming
CALL CHANGE MSX2 F8 in set 2 Programming
CALL KEY MSX2 F9 Keyboard
CALL LOAD MSX2 F2 in set 2 Data Storage
CALL SAVE MSX2 F3 in set 2 Data Storage
CALL SEARCH MSX2 F7 in set 2 Programming


Pages in category "MSX2-SAS BASIC"

The following 6 pages are in this category, out of 6 total.

C