CALL STOPM
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
Compatibility
CALL STOPM in MSX-MUSIC Basic
Effect
Stops performing of a MSX-MUSIC/PSG music played in the background.
Syntax
CALL STOPM