carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_dissassembly_view.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Disassembly view</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>

<h1>Disassembly view</h1>

<p>The <b>Disassembly</b> view shows the loaded program as assembler instructions mixed with source code for comparison. The currently executing line is indicated by an arrow marker and highlighted in the view. You can do the following tasks in the Disassembly view:</p>
<ul>
  <li>Set breakpoints at the start of any assembler instruction</li>
  <li>Enable and disable  breakpoints and their set their properties </li>
  <li>Step through the disassembly instructions of your program</li>
  <li>Jump to specific instructions in the program </li>
</ul>
<p><img src="../images/view_dissassembly.png" width="491" height="250" alt="Disassembly View icon"></p>


<h3>Disassembly view context menu commands </h3>

  <p>The Disassembly view context menu commands   include:</p>
  <table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999" width="600">
    <tr>
      <td width="19%" align="left"><div align="center"><b>Command</b></div></td>
      <td width="35%"><div align="center"><b>Name</b></div></td>
      <td width="46%"><div align="center"><b>Description</b></div></td>
    </tr>
    <tr>
      <td valign="top"><div align="center"><img src="../images/icon_run_to_line.png"  alt="Run to line icon" width="20" height="17"></div></td>
      <td valign="top">Run To Line </td>
      <td valign="top"><p>Resumes program execution until the specific line is reached. This is a convenient way to suspend execution at a line without setting a breakpoint.</p>        </td>
    </tr>
    <tr>
      <td valign="top"><div align="center"><img src="../images/icon_resume_at_line.png" alt="Resume at line icon" width="20" height="15"></div></td>
      <td valign="top">Resume At Line </td>
      <td valign="top">Resume program execution from the line selected in the Disassembly view. </td>
    </tr>
  </table>

<p><img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21"> <br>
  <a href="../concepts/cdt_c_dbg_info.htm">Debug information</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"> <br>
  <a href="cdt_o_views.htm">Views</a></p>
	<hr>
<img src="../images/nokia2007Copyright.png" alt="Nokia Copyright Statement" width="255" height="14" > 
</body>

</html>