CALL STOPM
This page was last modified 20:18, 1 June 2023 by Mars2000you.

This instruction is available in MSX-AUDIO Basic and MSX-MUSIC Basic.

Contents

CALL STOPM in MSX-AUDIO Basic

Effect

Stops

  • performing of a MSX-AUDIO/PCM/PSG music played in the background
  • recording ADPCM using external memory
  • playback, recording and reproduction by Music Keyboard

Syntax

STOPM(<Variable>)

Parameter

<Variable> is optional, it will return the address that follows immediately the address corresponding to the interruption of the playback/recording operation with the Music Keyboard. This address will be used by CALL CONT MK to continue this operation after the interruption.

Example

CALL STOPM(A):PRINT A

Related to

CALL BGM, CALL CONT MK

Compatibility

MSX-AUDIO BASIC


CALL STOPM in MSX-MUSIC Basic

Effect

Stops performing of a MSX-MUSIC/PSG music played in the background.

Syntax

CALL STOPM

Related to

CALL BGM

Compatibility

MSX-MUSIC BASIC