Viewing Disassembly Code

The Disassembly window displays assembly code with source-code annotations and symbols. You can view assembly code at a specified location using both drag-and-drop and the Go To command.

For additional information on displaying and using the Disassembly window, see Disassembly Window.

To view disassembly code at a specified location using drag-and-drop functionality

  1. From the View menu, click Debug Windows and Disassembly.

    The Disassembly window opens.

  2. In any window, select a memory address or pointer variable containing a memory address.

  3. Drag the address or pointer to the Disassembly window, and drop it.

To view disassembly code at a specified location using the Go To command

  1. From the View menu, click Debug Windows and Disassembly.

    The Disassembly window opens.

  2. Select the Disassembly window.

  3. From the Edit menu, click Go To.

    The Go To dialog box appears.

  4. In the Go To What box, select Address.

  5. In the Enter Address Expression box, type or paste an address.

  6. Click Go To.