Spare Time Gizmos
SBC6120 User's Manual
03/09/2003 1:35 PM
Page 26
5.1.4 BREAK
If jumper J10 is installed (see 2.7.1) then a framing error on the console port, caused when the
terminal sends a BREAK, will immediately enter control panel mode. SBC6120 will print a
message similar to this one:
%Break at 01211
PC>1211 PS>5000 AC>0000 MQ>0000 SP1>0000 SP2>0000
>
If you pressed BREAK by accident, you can usually use the
C
command to continue at this point
and no harm will be done.
5.1.5 ; (Command S eparator)
The semicolon, “
;
”, character may be used as a separator between multiple commands on the
same line.
Format
>
aa
;
bb
;
cc
;
dd
[; …]
5.1.6 ! (Comment)
The exclamation, “
!
”, may be used as a comment character. Any text after the exclamation up to
the end of the line is ignored.
Format
>!any text…
5.2 M
EMORY
C
OMMANDS
5.2.1 E (Examine M ain Memory)
The
E
command allows the user to examine the contents of main memory in octal, either one
word at a time or an entire range of addresses at once. In the latter case, a memory dump is
printed with eight PDP-8 words per line.
Formats
>E
faaaa
⇒
examine location
aaaa
,
field
f
.
>E
aaaa
⇒
examine location
aaaa
of the current data field
>E
aaaaa
-
bbbbb
⇒
examine locations
aaaaa
to
bbbbb
>E
aaaaa
,
bbbbb
,
ccccc
, …
⇒
examine several memory locations at once
Examples
>E 1234
31234/ 3145
>E 01234
01234/ 2213
>E 71000-72000
71000/ 7602 7105 6040 5100 1500 7777 7657 1777
… output deleted …
71770/ 7170 1717 7172 1737 7147 7715 7671 7177
72000/ 0200 2010 0202 2030 0240 0025 0602 0207