Keil Logo

Unassemble

The Unassemble command disassembles code memory and displays it in the Disassembly window.

Syntax: Description
U startAddr Displays the disassembled code in the Disassembly window. Disassembly starts at startAddr, if specified, or continues from the previous Unassemble command. For 80x51 microcontrollers, the startAddr can contain a Memory Type Specifier.
Example
U main         // Disassemble starting at address main
U              // Continue where the previous U stopped
U C:0x0        // Disassemble from address C:0x0000

Note

  • The µVision Debugger requires an object module that contains line number information in order to perform source-level debugging.
  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.