📄 lister10.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR" content="Quadralay WebWorks Publisher Professional Edition 6.0.5">
<meta name="TEMPLATEBASE" content="book_html">
<meta name="LASTUPDATED" content="12/04/03 16:04:06">
<title>4.6 Code list: option -C</title>
<STYLE TYPE="text/css">
<!--
span.Signal { text-transform: uppercase; font-family: Verdana }
-->
</STYLE>
</head>
<body link="#3366CC" vlink="#9999CC" text="#000000" alink="#0000CC" bgcolor="#FFFFFF"
background="images/backgrnd.gif">
<p><img src="images/stlogo.gif" width="106" height="83" align="left"
alt="logo here!"> </p>
<table width="331" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td><a href="a_refman.htm"><img src="images/navtoc.gif" width="84" height="23"
border="0" alt="TOC"> </a></td>
<td><a href="lister9.htm"><img src="images/navprev.gif" width="80" height="23"
border="0" alt="PREV"> </a></td>
<td><a href="lister11.htm"><img src="images/navnext.gif" width="83" height="23"
border="0" alt="NEXT"> </a></td>
<td><a href="a_refmaa.htm"><img src="images/navidx.gif" width="84" height="23"
border="0" alt="INDEX"> </a></td>
</tr>
</table>
<p><br clear="all">
</p>
<hr align="left">
<blockquote>
<h2>
<a name="1212150"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">4.6 Code list: option -C</font>
</h2><hr>
<p>
<a name="1204675"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">The <font size=2 face=Courier><strong>C</strong></font> option produces a full listing of the code in the same format as that generated by the <font size=2 face=Courier><strong>T</strong></font> option, but with the addition of a hexadecimal listing of the code at each <font size=2 face=Courier><strong>LOAD_TEXT</strong></font> directive. This option <strong>may</strong> be accompanied by the <font size=2 face=Courier><strong>T</strong></font> option; if the <font size=2 face=Courier><strong>T</strong></font> option is not specified it is supplied automatically.</font>
</p>
<p>
<a name="1204676"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">The output from this option gives an ASCII dump, in hexadecimal format, of the code for each module. It can be used on any object code.</font>
</p>
<p>
<a name="1204677"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">When used to display object code, the code for each module is displayed as a contiguous block of lines, where each line has the format:</font>
</p>
<p>
<a name="1204678"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif"><font size=2 face=Courier><strong><em>address 牋ASCII hex牋燗SCII characters</em></strong></font></font>
</p>
<p>
<a name="1204679"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">where <font size=2 face=Courier><strong><em>address</em></strong></font> is the address of the first byte on the line, expressed as an offset from the start of the module.</font>
</p>
<p>
<a name="1204680"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif"><font size=2 face=Courier><strong><em>ASCII hex</em></strong></font> is the hexadecimal representation of the code.</font>
</p>
<p>
<a name="1204681"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif"><font size=2 face=Courier><strong><em>ASCII characters</em></strong></font> are the ASCII characters corresponding to the hexadecimal code.</font>
</p>
<p>
<a name="1204682"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">In all cases code is read from left to right. If a value is not printable it is replaced by a dot "<font size=2 face=Courier><strong>.</strong></font>".</font>
</p>
<h3>
<a name="1204688"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Example code listing display</font>
</h3>
<p>
<a name="1206594"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif"><a href="lister10.htm#1206798"><font color="#0000ff" face="Verdana, Arial, Helvetica, sans-serif"><i>Figure
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -