SourcePoint AMD Help

Table of Contents

How to Disassemble Code at a Specific Location

Code disassembly can be viewed in the Command window or in the Code window.

Disassemble Code in the Command Window

  1. Go to the Command window.

  2. At the prompt, type "asm cs:ip length 3" (without the quotation marks).

    This disassembles three instructions in memory at the current IP.

Disassemble Code Using the Code Window

  1. Open a Code window.

  2. Type in a valid address in the lower left-hand corner text box on the dialog bar.

  3. Press Enter or Return on your keyboard.

OR

  1. Right-click the mouse to use the Code context menu.

  2. Select Address|View Code at Address.

  3. Type in a valid address in the Address dialog box.

  4. Click on the OK button.

ย 

ย