⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 arguments.html

📁 gcc手册
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -