Remote Processing CAMBASIC User Manual

Page 113

Advertising
background image

Comm ands - 80

MON

Command

SYNTAX:

M O N

PURPOSE:

To invoke the Mini– Monitor

REMARK S:

The Mini– Monitor is used primar ily for debugging object code programs. Its use assumes that the
program mer is fam iliar with assembly cod e and debugging techniques.

Unlike CAMBASIC all data is entered in hexadecimal. The Mini– Monitor sub-commands are:

D – Display memory
E – Edit memory
F – Fill a block of memory
M – Math, add, subtract, multiply in Hex
Q – Quit Mini– Monitor

See the Mini– Monitor Chapter for more inform ation.

EXAMPLE:

MON>D 4A90

The number to the left of the colon is the segment number. This is displayed only on cards that can
h av e 1 28 K o r mo r e R A M .

MON>D 4A90

0:4A90

00 00 60 83 9E 28 9D AE 00 00 20 83 29 29 A8

..`..(.... .))..

0:4AA0

20 AE 00 00 0C 86 99 20 E9 00 0F 00 50 00 94

...... ....P..

0:4AB0

D1 28 AE 00 00 0C 00 29 00 21 00 5A 00 81 20

.(.....).!.Z.. X

0:4AC0

A7 AE 00 00 0C 00 98 AE 00 00 60 83 3A 41 A7

..........`.:A..

0:4AD0

28 AE 00 00 60 00 29 3A 82 00 1B 00 64 00 8B

(...`.):....d..

0:4AE0

D2 28 22 41 53 44 46 22 29 A8 A6 20 AE 00 00

.("ASDF").. ....

0:4AF0

87 99 20 E9 00 1A 00 78 00 8B 20 C7 28 AE 00

.. ....x.. .(...

0:4B00

64 89 29 A8 A6 20 AE 00 C0 0A 8B 99 20 E9 00

d.).. ...... ...

Advertising