3-14
M5271EVB User’s Manual
Commands
DI
Disassemble
Usage:DI <addr>
The DI command disassembles target code pointed to by addr. The value for addr may be
an absolute address specified as a hexadecimal value, or a symbol name.
Wherever possible, the disassembler will use information from the symbol table to produce
a more meaningful disassembly. This is especially useful for branch target addresses and
subroutine calls.
The DI command attempts to track the address of the last disassembled opcode. If no
address is provided to the DI command, then the DI command uses the address of the last
opcode that was disassembled.
The DI command is repeatable.
Examples:
To disassemble code that starts at 0x00040000, the command is:
di
40000
To disassemble code of the C function main(), the command is:
di _main
Summary of Contents for M5271EVB
Page 1: ...M5271EVBUM Rev 1 0 6 2004 M5271EVB User s Manual Supports Devices MCF5271 MCF5270 ...
Page 8: ...8 M5271EVB User s Manual MOTOROLA CONTENTS Paragraph Number Title Page Number ...
Page 37: ...Chapter 2 Initialization and Setup 2 7 Installation and Setup Figure 2 5 Jumper Locations ...
Page 84: ...A 4 M5271EVB User s Manual MOTOROLA Troubleshooting Network Problems ...
Page 85: ...MOTOROLA Appendix B Schematics B 1 Appendix B Schematics B 1 M5271EVB Schematics ...
Page 86: ...B 2 M5271EVB User s Manual MOTOROLA M5271EVB Schematics ...
Page 100: ...B 16 M5271EVB User s Manual MOTOROLA M5271EVB Schematics ...