BASIC V4 MONITOR commands?
Moderator: Moderators
-
- Vic 20 Drifter
- Posts: 22
- Joined: Fri Jun 02, 2017 11:56 am
- Location: Sweden
BASIC V4 MONITOR commands?
BASIC V4 has a primitive machine language monitor that you can start with the MONITOR command. Does anyone know the commands you can invoke in the monitor? I haven't been able to do anything except showing registers with R and quitting with X.
Re: BASIC V4 MONITOR commands?
I've made a complete disassembly of the BASIC4 code
https://eden.mose.org.uk/gitweb/?p=rom- ... sm;hb=HEAD
In summary the commands are:
https://eden.mose.org.uk/gitweb/?p=rom- ... sm;hb=HEAD
In summary the commands are:
- M - memory dump
- R - register dump
- X - exit to BASIC
- G - go
- : - edit memory
- ; - edit registers
- L - load
- S - save
-
- Vic 20 Drifter
- Posts: 22
- Joined: Fri Jun 02, 2017 11:56 am
- Location: Sweden
Re: BASIC V4 MONITOR commands?
Nice, thank you
.
