Page 1 of 1

return to basic from monitor program

Posted: Sat Aug 03, 2024 7:41 pm
by centrespot
Hi

I cannot find a way of returning to the BASIC program language after entering the MONITOR program (using MON when in BASIC), is there a way of getting back without having to switch off and reload the tape.

Thanks in advance

Re: return to basic from monitor program

Posted: Sun Aug 04, 2024 8:53 pm
by Pacman
Hello

I don't know the "MON" command: for which computer and which version of basic?

On MZ-700, under S-BASIC 1Z-013B, with the "BYE" command we return with the "R" command.
If we go under monitor 1Z-013A with the RESET button (for example) we can return to basic by pressing CTRL and the RESET key (back).

Voili-voilou

Re: return to basic from monitor program

Posted: Sun Aug 11, 2024 11:18 am
by mz-80a
The only MZ computer I know with a 'MON' command in BASIC is the MZ-80A running its SA-5510. You type in 'MON' and it returns to the Monitor. Then you must use the jump command in Monitor to get back into BASIC, so the command J1200 from the Monitor command line will do it.