Remote-processing CAMBASIC Manuale Utente Pagina 185

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 208
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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.
Vedere la pagina 184
1 2 ... 180 181 182 183 184 185 186 187 188 189 190 ... 207 208

Commenti su questo manuale

Nessun commento