Block Of Memory Fill Bf - Motorola M68CPU32BUG User Manual

Debug monitor
Table of Contents

Advertisement

BF
CPU32Bug>BF 4000:10 4E71 ;B<CR>
Effective address: 00004000
Effective count
: &16
Truncated data = $71
CPU32Bug>MD 4000:30;B<CR>
00004000
71 71 71 71 71 71 71 71
00004010
00 00 00 00 00 00 00 00
00004020
00 00 00 00 00 00 00 00
CPU32Bug>
The specified data did not fit into the specified data field size. The data was truncated and the
''Data = '' message was output.
CPU32Bug>BF 4000,4006 12345678 ;L<CR>
Effective address: 00004000
Effective address: 00004003
CPU32Bug>MD 4000:30;B<CR>
00004000
12 34 56 78 00 00 00 00
00004010
00 00 00 00 00 00 00 00
00004020
00 00 00 00 00 00 00 00
CPU32Bug>
The longword pattern would not fit evenly in the given range. Only one longword was written
and the ''Effective address'' messages reflect the fact that data was not written all the way up to
the specified address.
CPU32Bug>BF 4000:18 0 1<CR>
Effective address: 00004000
Effective count
: &24
CPU32Bug>MD 4000:18<CR>
00004000 0000 0001 0002 0003
00004010 0008 0009 000A 000B
00004020 0010 0011 0012 0013
M68CPU32BUG/D REV 1
Block of Memory Fill
71 71 71 71 71 71 71 71
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00
Default size is Word
0004 0005 0006 0007
000C 000D 000E 000F
0014 0015 0016 0017
3-6
DEBUG MONITOR COMMANDS
qqqqqqqqqqqqqqqq
................
................
.4Vx............
................
................
................
................
................
BF

Advertisement

Table of Contents
loading

Table of Contents