Motorola MPC564EVB User Manual Page 65

  • Download
  • Add to my manuals
  • Print
  • Page
    / 98
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 64
Chapter 3. Using the Monitor/Debug Firmware 3-15
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 0xFFF4_0000, the command is:
di FFF40000
To disassemble code of the C function main(), the command is:
di _main
Frees
cale Semiconductor,
I
Freescale Semiconductor, Inc.
For More Information On This Product,
Go to: www.freescale.com
nc...
Page view 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 97 98

Comments to this Manuals

No comments