A typed octal
digit (0-7) |
The previous
contents of a one byte buffer are shifted left 3 bits
before placing the new octal character into the least
significant 3 bits |
H |
Load contents of
buffer into H |
L |
Load contents of
buffer into L
|
W |
Write contents
of buffer into memory through HL. The HL registers
will be incremented and the next address and contents of
memory will be displayed |
C |
The HL registers and
contents of memory are displayed |
I |
Increment HL
registers, HL registers and contents of memory are
displayed |
D |
Deccrement HL
registers, HL registers and contents of memory are
displayed |
B |
Execute boot loader
- moves data coming into serial into memory and increments
HL registers, repeat until interrupted by front
panel. Not supported by the Scopewriter version of
MCMON
|
X |
Execute program
at address indicated by HL register contents
|