OB
Format: PR OB
Supported by: Pecom 32 BASIC, Pecom 64 BASIC 1.0 and 4.0
Similar commands: -
BASIC commands PRINT OB or PR OB initiates a simple 'monitor' program.
| B: | Go to Basic |
| Dstart length: | Memory Dump from hexadecimal address 'start' with number of bytes as specified by length. Example: D220 10 will dump memory content of address 220h and show 10h bytes |
| Istart bytes: | Store specified hexadecimal bytes on specified 'start' address. Example: I300 F800AA will store F8h, 0, AAh from address 300h. |
| K: | Cyrilic character set |
| N: | Printer off |
| Pstart: | Execute Program on address 'start'. Example: P300 will start execution of code stored at 300h |
| R: | Load/Read from tape |
| S: | Printer on |
| W: | Save/Write to tape (between specified addresses) |