d10v-subs.html

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

HTML
36
字号
<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="D10V-Subs">D10V-Subs</a>,

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

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

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

<hr><br>

</div>



<h5 class="subsection">Sub-Instructions</h5>



   <p>The D10V assembler takes as input a series of instructions, either one-per-line,

or in the special two-per-line format described in the next section.  Some of these

instructions will be short-form or sub-instructions.  These sub-instructions can be packed

into a single instruction.  The assembler will do this automatically.  It will also detect

when it should not pack instructions.  For example, when a label is defined, the next

instruction will never be packaged with the previous one.  Whenever a branch and link

instruction is called, it will not be packaged with the next instruction so the return

address will be valid.  Nops are automatically inserted when necessary.



   <p>If you do not want the assembler automatically making these decisions, you can control

the packaging and execution type (parallel or sequential) with the special execution

symbols described in the next section.



   </body></html>



⌨️ 快捷键说明

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