Motorola M68CPU32BUG Manuel d'utilisateur Page 17

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 98
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 16
DEBUG MONITOR COMMANDS
M68CPU32BUG/D REV 1 3-6
BF Block of Memory Fill 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 71 71 71 71 71 71 71 71 qqqqqqqqqqqqqqqq
00004010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00004020 00 00 00 00 00 00 00 00 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 00 00 00 00 00 00 00 00 .4Vx............
00004010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
00004020 00 00 00 00 00 00 00 00 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> Default size is Word
Effective address: 00004000
Effective count : &24
CPU32Bug>MD 4000:18<CR>
00004000 0000 0001 0002 0003 0004 0005 0006 0007 ................
00004010 0008 0009 000A 000B 000C 000D 000E 000F ................
00004020 0010 0011 0012 0013 0014 0015 0016 0017 ................
DEBUG MONITOR COMMANDS
M68CPU32BUG/D REV 1 3-3
BC Block of Memory Compare BC
3.2 BLOCK OF MEMORY COMPARE
BC <range><del><addr>[;B|W|L]
options:
B – Byte
W – Word
L – Longword
The BC command compares the contents of the memory addresses defined by <range> to another
place in memory, beginning at <addr>.
The option field is only allowed when <range> is specified using a count. In this case, the B, W,
or L defines the size of data to which the count is referring. For example, a count of four with an
option of L would mean to compare four long words (or 16 bytes) to the <addr> location. If the
range beginning address is greater than the end address, an error results. An error also results if
an option field is specified without a count in the range.
For the following examples, assume the following data is in memory.
CPU32Bug>MD 4000:20;B<CR>
00004000 54 48 49 53 20 49 53 20 41 20 54 45 53 54 21 21 THIS IS A TEST!!
00004010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
CPU32Bug>MD 4100:20;B<CR>
00004100 54 48 49 53 20 49 53 20 41 20 54 45 53 54 21 21 THIS IS A TEST!!
00004110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
EXAMPLES
CPU32Bug>BC 4000,401F 4100<CR>
Effective address: 00004000
Effective address: 0000401F
Effective address: 00004100
CPU32Bug> Memory compares, nothing printed
Fr
eescale S
emiconduct
or
, I
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
nc...
Vue de la page 16
1 2 ... 12 13 14 15 16 17 18 19 20 21 22 ... 97 98

Commentaires sur ces manuels

Pas de commentaire