@nataliapc/mcp-openmsx
Version:
Model context protocol server for openMSX automation and control
24 lines (12 loc) • 506 B
Markdown
# CONT
## Effect
Attempts to continue an MSX-BASIC program from where it was interrupted by either a `CTRL`+`BREAK` or a `STOP` instruction or by pressing on `CTRL`+`STOP` keys.
Please note that this instruction does not restore things like screen mode or sound output, and can't be used inside a program otherwise the error _"Can't continue"_ occurs.
## Syntax
`CONT`
## Related to
`END`, `STOP`
## Compatibility
MSX-BASIC 1.0 or higher
## Source
Retrieved from "https://www.msx.org/wiki/CONT"