arguments.html

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

HTML
46
字号
<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="Arguments">Arguments</a>,

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

Up:<a rel="up" accesskey="u" href="Integer-Exprs.html#Integer%20Exprs">Integer Exprs</a>

<hr><br>

</div>



<h4 class="subsection">Arguments</h4>



   <p><dfn>Arguments</dfn> are symbols, numbers or subexpressions.  In other

contexts arguments are sometimes called "arithmetic operands".  In

this manual, to avoid confusing them with the "instruction operands" of

the machine language, we use the term "argument" to refer to parts of

expressions only, reserving the word "operand" to refer only to machine

instruction operands.



   <p>Symbols are evaluated to yield {<var>section</var> <var>NNN</var>} where

<var>section</var> is one of text, data, bss, absolute,

or undefined.  <var>NNN</var> is a signed, 2's complement 32 bit

integer.



   <p>Numbers are usually integers.



   <p>A number can be a flonum or bignum.  In this case, you are warned

that only the low order 32 bits are used, and <code>as</code> pretends

these 32 bits are an integer.  You may write integer-manipulating

instructions that act on exotic constants, compatible with other

assemblers.



   <p>Subexpressions are a left parenthesis <code>(</code> followed by an integer

expression, followed by a right parenthesis <code>)</code>; or a prefix

operator followed by an argument.



   </body></html>



⌨️ 快捷键说明

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