
Mini-Monitor - 2
Edit Memory
This routine lets you poke hex values into memor y. For example, to edit at A000, you enter the command below. The
“
*
” prompt is for the data. Enter the data and type < RET> . T he data and addresses will then be displayed for easy
verification.
MON>E A000
*01 22 4D C3 20 00 7A 23 C9
A000 01
A001 22
A002 4D
A003 C3
A004 20
A005 00
A006 7A
A007 23
A008 C9
This command can only be used in segment 0, since this is the only segment where code may be executed.
Fill Memory
This command may be used to fill a block of memory. It is often used to zero a section of memory w here data will be
stored to make the detection of the data easier when debugging. The syntax is:
F start address end address data [segm ent]
All the memory locations, from the start through the end address, will be filled with the data (00– FF). An optional
segment may be entered.
MATH
This feature is a hexadecimal calculator. You enter two 8– bit numbers and the Mini– Monitor displays the sum,
difference and product of the two.
MON>M 65 44
+ A9
21
* 1AD4
QUIT
This command is used to exit the Mini– Monitor and return to CAMBASIC.
Komentarze do niniejszej Instrukcji