STOS MISTY LOOKUP TABLE
I created the table after reading the Misty 1.7 manual, and then creating test .BAS files and looking at the commands in an hex editor.
| Token | Command |
|---|---|
| 0x80 | fastcopy |
| 0x81 | col |
| 0x82 | floprd |
| 0x83 | mediach |
| 0x84 | flopwrt |
| 0x85 | hardkey |
| 0x86 | dot |
| 0x87 | ndrv |
| 0x88 | mouseoff |
| 0x89 | freq |
| 0x8A | mouseon |
| 0x8B | resvalid |
| 0x8C | skopy |
| 0x8D | aesin |
| 0x8E | setrtim |
| 0x8F | rtim |
| 0x90 | warmboot |
| 0x91? | blitter |
| 0x92 | silence |
| 0x93 | kbshift |
| 0x94 | kopy |
Back to STOS BASIC