Keil Logo

Unassemble

Syntax: Description
Unassemble address Displays disassembled code memory in the Debug window. Disassembly starts at address, if specified, or continues from the previous Unassemble command.

The Unassemble command disassembles code memory and displays it in the Disassembly window. Code displays in theDisassembly window in one of two modes: high-level language intermixed with assembly, or assembly. You may select the mode with the context menu in the Disassembly window that opens with a right mouse click.

Note

  • The µVision3 debugger requires an object module that contains line number information in order to perform source-level debugging.
Example
U main         /* Disassemble starting at address main
U              /* Continue where the previous U stopped  */
U C:0x0        /* Disassemble from address C:0x0000      */
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.