Remote-processing CAMBASIC User Manual Page 185

  • Download
  • Add to my manuals
  • Print
  • Page
    / 208
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 184
Program debugging - 2
50 NEXT
60 TROFF
70 END
80 S = 0
90 INC H
100 RETURN
RUN
.30..40..90..100..50..40..90..100..50..40..90..100..50..60.
USING MON TO EXAMINE MEMORY
When storing data into memory, it is sometimes necessar y to verify that a block is cor rect. You can display 128 bytes at a
time with the MON "D" command.
The syntax is:
MON> D address [segmen t]
where address is the starting address in hexadecimal. The command will display 8 lines of 16 bytes. The optional
segment parameter can be used to view memory segments above segment 0. The segment is entered in hexadecim al.
The program will pause at the end of each display. Pr essing the space bar will cause another block to be displayed.
Pressing < ENTER> returns you to the Immediate Mode. Pressing < ESC> during the listing will abort the display.
Page view 184
1 2 ... 180 181 182 183 184 185 186 187 188 189 190 ... 207 208

Comments to this Manuals

No comments