Remote-processing CAMBASIC Uživatelský manuál Strana 185

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 208
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 184
1 2 ... 180 181 182 183 184 185 186 187 188 189 190 ... 207 208

Komentáře k této Příručce

Žádné komentáře