CALL MSTOP
This page was last modified 19:09, 16 August 2021 by Mars2000you.

This instruction is available in MDM-Basic, NewModem Basic and StudioFM Basic.

Contents

CALL MSTOP in MDM-Basic and NewModem Basic

Effect

Stops the modem functions.

Syntax

CALL MSTOP

Related to

CALL CHKMDM, CALL MSTART

Compatibility

MDM-BASIC, NewModem BASIC


CALL MSTOP in StudioFM Basic

Effect

Stops playing of a MSX-MUSIC/PSG music in Studio FM format, that is played in the background.

Syntax

CALL MSTOP

Example

10 BLOAD"SFMDRV1.BIN",R
20 _MLOAD("BUNDY.MUS",&HB000)
30 _MPLAY(&HB000)
40 A$=INPUT$(1)
50 _MSTOP

Related to

CALL MFADE, CALL MLOAD, CALL MPLAY

Compatibility

StudioFM BASIC