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

📄 irpc.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="Irpc">Irpc</a>,

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

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

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

<hr><br>

</div>



<h3 class="section"><code>.irpc </code><var>symbol</var><code>,</code><var>values</var><code></code><small class="dots">...</small></h3>



   <p>Evaluate a sequence of statements assigning different values to <var>symbol</var>. 

The sequence of statements starts at the <code>.irpc</code> directive, and is

terminated by an <code>.endr</code> directive.  For each character in <var>value</var>,

<var>symbol</var> is set to the character, and the sequence of statements is

assembled.  If no <var>value</var> is listed, the sequence of statements is

assembled once, with <var>symbol</var> set to the null string.  To refer to

<var>symbol</var> within the sequence of statements, use <var>\symbol</var>.



   <p>For example, assembling



<pre class="example">             .irpc    param,123

             move    d\param,sp@-

             .endr

     </pre>



   <p>is equivalent to assembling



<pre class="example">             move    d1,sp@-

             move    d2,sp@-

             move    d3,sp@-

     </pre>



   </body></html>



⌨️ 快捷键说明

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