📄 lib0007.html
字号:
<html>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Typographical Conventions</title>
<link rel="STYLESHEET" type="text/css" href="images/xpolecat.css">
<link rel="STYLESHEET" type="text/css" href="images/ie.content.books24x7.css">
</head>
<body >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<td><div STYLE="MARGIN-LEFT: 0.15in;">
<a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle" alt="Team LiB"></a></div></td>
<td valign="top" class="v2" align="right"><div STYLE="MARGIN-RIGHT: 0.15in"><a href="LiB0006.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0008.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr>
</table>
<div class="preface">
<a name="intro"></a>
<div class="section">
<h2 class="first-section-title"><a name="37"></a><a name="introlev1sec6"></a>Typographical Conventions</h2><a name="38"></a><a name="IDX-xxii"></a>
<p class="para">Words and phrases will appear in <i class="emphasis">italics</i> in this book for two reasons:</p>
<ul class="itemizedlist">
<li class="first-listitem">
<p class="first-para">To place emphasis</p>
</li>
<li class="listitem">
<p class="first-para">When defining a term</p>
</li>
</ul>
<p class="para">The <span class="fixed">courier</span> font will be used to indicate that text is one of the following:</p>
<ul class="itemizedlist">
<li class="first-listitem">
<p class="first-para">Source code</p>
</li>
<li class="listitem">
<p class="first-para">An address in memory</p>
</li>
<li class="listitem">
<p class="first-para">Console input/output</p>
</li>
<li class="listitem">
<p class="first-para">A filename or extension</p>
</li>
</ul>
<p class="para">Numeric values appear throughout this book in a couple of different formats. Hexadecimal values are indicated by either prefixing them with "<span class="fixed">0x</span>" or appending "<span class="fixed">H</span>" to the end.</p>
<p class="para">For example:</p>
<div class="informalexample">
<pre class="literallayout">
0xFF02
0xFF02H
</pre>
</div>
<p class="para">The C code that I include will use the former notation, and the assembler code that I include will use the latter format.</p>
<p class="para">Binary values are indicated by appending the letter "<span class="fixed">B</span>" to the end. For example:</p>
<div class="informalexample">
<pre class="literallayout">
0110111B
</pre>
</div>
<a></a>
</div>
</div>
</div>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<td><div STYLE="MARGIN-LEFT: 0.15in;">
<a href="toc.html"><img src="images/teamlib.gif" width="62" height="15" border="0" align="absmiddle" alt="Team LiB"></a></div></td>
<td valign="top" class="v2" align="right"><div STYLE="MARGIN-RIGHT: 0.15in"><a href="LiB0006.html"><img src="images/previous.gif" width="62" height="15" border="0" align="absmiddle" alt="Previous Section"></a>
<a href="LiB0008.html"><img src="images/next.gif" width="41" height="15" border="0" align="absmiddle" alt="Next Section"></a>
</div></td></tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -