vax-operands.html

来自「gcc手册」· HTML 代码 · 共 44 行

HTML
44
字号
<html lang="en">

<head>

<title>Using as</title>

<meta http-equiv="Content-Type" content="text/html">

<meta name="description" content="Using as">

<meta name="generator" content="makeinfo 4.3">

<link href="http://www.gnu.org/software/texinfo/" rel="generator-home">

</head>

<body>

<div class="node">

<p>

Node:<a name="VAX-operands">VAX-operands</a>,

Next:<a rel="next" accesskey="n" href="VAX-no.html#VAX-no">VAX-no</a>,

Previous:<a rel="previous" accesskey="p" href="VAX-branch.html#VAX-branch">VAX-branch</a>,

Up:<a rel="up" accesskey="u" href="Vax-Dependent.html#Vax-Dependent">Vax-Dependent</a>

<hr><br>

</div>



<h4 class="section">VAX Operands</h4>



   <p>The immediate character is <code>$</code> for Unix compatibility, not

<code>#</code> as DEC writes it.



   <p>The indirect character is <code>*</code> for Unix compatibility, not

<code>@</code> as DEC writes it.



   <p>The displacement sizing character is <code>`</code> (an accent grave) for

Unix compatibility, not <code>^</code> as DEC writes it.  The letter

preceding <code>`</code> may have either case.  <code>G</code> is not

understood, but all other letters (<code>b i l s w</code>) are understood.



   <p>Register names understood are <code>r0 r1 r2 ... r15 ap fp sp

pc</code>.  Upper and lower case letters are equivalent.



   <p>For instance

<pre class="smallexample">     tstb *w`$4(r5)

     </pre>



   <p>Any expression is permitted in an operand.  Operands are comma

separated.



   </body></html>



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?