| |||||
Technical Support On-Line Manuals µVision User's Guide | Unassemble
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
ExampleU main /* Disassemble starting at address main U /* Continue where the previous U stopped */ U C:0x0 /* Disassemble from address C:0x0000 */ | ||||
| |||||