Memory Display (Md) - Motorola M68CPU32BUG User Manual

Debug monitor
Table of Contents

Advertisement

MD
3.19 MEMORY DISPLAY
MD[S] <addr>[:<count>|<addr>][; [B|W|L|DI]]
Use the MD command to display the contents of multiple memory locations. MD accepts the
following data types:
Integer Data Type
B – Byte
W – Word
L – Longword
The default data type is word (W). Integer data types are always displayed in both hex and
ASCII. The DI option enables the resident MCU disassembler. No other option is allowed if DI is
selected.
The optional count argument in the MD command specifies the number of data items to be
displayed, or the number of disassembled instructions to display if the disassembly option is
selected. The default is 8 if no value for <count> is entered. The default count is changed to 128
if the S (sector) modifier is used. After the command has completed, enter <CR> at the prompt
to re-execute the command and display the same number of lines of data beginning at the next
address.
EXAMPLES
CPU32Bug>md C000<CR>
0000C000 2800 1942 2900 1942
CPU32Bug><CR>
0000C010 FC20 0050 ED07 9F61
Assume the following processor state: A2=00003500, D5=00000127.
CPU32Bug>md (a2,d5):&19;b<CR>
00003627 4F82 00C5 9B10 337A
00003637 31AB 80
CPU32Bug>
M68CPU32BUG/D REV 1
Memory Display
2800 1842 2900 2846 (..B)..B(..B).(F
FF00 000A E860 F060 1..Pm..a....h'p'
DF01 6C3D 4B50 0F0F
3-40
DEBUG MONITOR COMMANDS
0..E..3z_.l=KP..
1+.
MD

Advertisement

Table of Contents
loading

Table of Contents