Operator`s manual
This
shows that
address 5000 contains
the nwnber A9.
Ifthe
second ad&ess
(yt?T)
is omitted, the
contedts ofeight successive
locatio4s
are Bhorrn. The process
can be continued
by typrng D
@EO.
Example:
DEBUG
D5000
@
5000 A.9
03 18
DEBUG
D @ @
E5 F0 4C
23 97
Dmmmm,,'J'yy where yyw
is
great€r
than mmmlq shows
the contents of
addresses mmmm
to
yyly.
Example:
DEBUG
D5000,500F
@
5000 A9 03 18
EB FO 4C 23 91
5008 18 41 54
47 52 49 20 20
DEBUG
t l
The display can
be stopped by
pressing
the BREAK key.
C or C[rmInIn
Change M€mory
Cmmrnm
<
yy
changes the contents
of address mmmn to
J,y.
5008 1a
41 54 41 52 49
20
DEBUG
I ]
Example:
DEBUG
c5001
<23
@
DEBUG
I ]
The effeci
ofthe command is to put
the number 23 in location
5001. A comna
increments the location
to be changed.
Example:
-DEBUG
c5008
<21,rF
@
DTBUC
c700B <31,,,87
l@
DEBUG
I '
The firsL
command
puts
2t
and tr in locarions
5008 and 500C. respecrively.