Monitors
Jump to navigation
Jump to search
The Monitor
The bundled C256 BASIC816 includes a monitor; simply type MONITOR <ENTER> at the READY prompt!
The commands are as follows; see the sources for more details:
| Cmd | Command | Params |
| A | ASSEMBLE | [Start] [Assembly code] |
| C | COMPARE | Start1 Start2 [Len (1 if blank)] |
| D | DISASSEMBLE | Start [End] |
| F | FILL | Start End Byte |
| G | GO | [Address] |
| J | JUMP | [Address] |
| H | HUNT (find) | Start End Byte [Byte]... |
| L | LOAD | "File" [Device] [Start] |
| M | MEMORY | [Start] [End] |
| R | REGISTERS | Register [Value] (A 1234, F 00100011) |
| S | SAVE | "File" Device Start End |
| T | TRANSFER | Start End Destination |
| V | VERIFY | "File" [Device] [Start] |
| X | EXIT | |
| > | MODIFY | Start Byte [Byte]... |
| @ | DOS | [Command] Returns drive status if no params. |
| ? | HELP | Display a short help screen |