📄 inst_s12.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="08/22/03 10:13:51">
<title>13.11 Operators used in the definitions</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="c2isetto.htm"><img src="images/navtoc.gif" width="84" height="23"
border="0" alt="TOC"> </a></td>
<td><a href="inst_s11.htm"><img src="images/navprev.gif" width="80" height="23"
border="0" alt="PREV"> </a></td>
<td><a href="inst_s13.htm"><img src="images/navnext.gif" width="83" height="23"
border="0" alt="NEXT"> </a></td>
<td><a href="c2isetix.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="1218764"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">13.11 Operators used in the definitions</font>
</h2><hr>
<h3>
<a name="1218769"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Modulo operators</font>
</h3>
<p>
<a name="1218770"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">Arithmetic on addresses is done using modulo arithmetic. This means that there is no checking for errors and, if the calculation overflows, the result `wraps around' the range of values representable in the word length of the processor. For example, adding 1 to the address at the top of the address map produces the address of the byte at the bottom of the address map. </font>
</p>
<p>
<a name="1223382"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">There are also a number of instructions for performing modulo arithmetic, such as <strong>sum</strong> and <strong>prod</strong>. These operators are represented by the symbols `<font face=symbol>+</font>' and `<font face=symbol>-</font>'.</font>
</p>
<h3>
<a name="1218771"> </a><font color="#003366" face="Verdana, Arial, Helvetica, sans-serif">Error conditions</font>
</h3>
<p>
<a name="1218772"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">Any errors that can occur in instructions which are defined in terms of the modulo operators are indicated explicitly in the instruction description. For example the <strong>div</strong> (divide) instruction indicates the cases that can cause overflow, independently of the actual division:</font>
</p>
<p>
<a name="1218773"> </a><font size=2 face="Verdana, Arial, Helvetica, sans-serif">if ( <span class=Signal>Areg</span> = 0) or (( <span class=Signal>Breg</span> = <em>MostNeg</em> ) and ( <span class=Signal>Areg</span> = -1)) <br>{<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -