Category:VarLin BASIC
This page was last modified 14:26, 29 May 2023 by Mars2000you. Based on work by Rderooy.

Contents

Description

VarLin BASIC is a BASIC extension that is available with the VarLin utility, published in MSX Computer Magazine 09.

This utility is useful for BASIC programmers, as it allows to check the already used variables and the linked lines of a program that is in the computer memory. According the model of MSX computer, the machine language of the utility is installed in a different location of the memory.

Instructions (general info)

This extension adds 4 new instructions.

Instructions (ordered per category)

Debugging

Instruction Generation Function key Function
CMD LLIST MSX1 F1 Displays a list with all the linked lines of a MSX-BASIC program in RAM
CMD VLIST MSX1 F2 Displays a list with all the variables used by a MSX-BASIC program in RAM


Printer

Instruction Generation Function key Function
CMD LPRINT MSX1 F6 Prints a list with all the linked lines of a MSX-BASIC program in RAM
CMD VPRINT MSX1 F7 Prints a list with all the variables used by a MSX-BASIC program in RAM


Instructions (alphabetic order)

Instruction Generation Function key Type
CMD LLIST MSX1 F1 Debugging
CMD LPRINT MSX1 F6 Printer
CMD VLIST MSX1 F2 Debugging
CMD VPRINT MSX1 F7 Printer


Pages in category "VarLin BASIC"

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

C