blob: 71ec6a9ea611a2fb221a5489bf7054da37017383 [file] [log] [blame]
<html lang="en">
<head>
<title>OpenRISC-Directives - Using as</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using as">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="OpenRISC_002dDependent.html#OpenRISC_002dDependent" title="OpenRISC-Dependent">
<link rel="prev" href="OpenRISC_002dFloat.html#OpenRISC_002dFloat" title="OpenRISC-Float">
<link rel="next" href="OpenRISC_002dOpcodes.html#OpenRISC_002dOpcodes" title="OpenRISC-Opcodes">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
This file documents the GNU Assembler "as".
Copyright (C) 1991-2019 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, with no Front-Cover Texts, and with no
Back-Cover Texts. A copy of the license is included in the
section entitled ``GNU Free Documentation License''.
-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<a name="OpenRISC-Directives"></a>
<a name="OpenRISC_002dDirectives"></a>
<p>
Next:&nbsp;<a rel="next" accesskey="n" href="OpenRISC_002dOpcodes.html#OpenRISC_002dOpcodes">OpenRISC-Opcodes</a>,
Previous:&nbsp;<a rel="previous" accesskey="p" href="OpenRISC_002dFloat.html#OpenRISC_002dFloat">OpenRISC-Float</a>,
Up:&nbsp;<a rel="up" accesskey="u" href="OpenRISC_002dDependent.html#OpenRISC_002dDependent">OpenRISC-Dependent</a>
<hr>
</div>
<h4 class="subsection">9.33.3 OpenRISC Machine Directives</h4>
<p><a name="index-OPENRISC-machine-directives-1844"></a><a name="index-machine-directives_002c-OPENRISC-1845"></a>The OpenRISC version of <code>as</code> supports the following additional
machine directives:
<a name="index-g_t_0040code_007balign_007d-directive_002c-OpenRISC-1846"></a>
<dl><dt><code>.align</code><dd>This must be followed by the desired alignment in bytes.
<p><a name="index-g_t_0040code_007bword_007d-directive_002c-OpenRISC-1847"></a><br><dt><code>.word</code><dd>On the OpenRISC, the <code>.word</code> directive produces a 32 bit value.
<p><a name="index-g_t_0040code_007bnodelay_007d-directive_002c-OpenRISC-1848"></a><br><dt><code>.nodelay</code><dd>On the OpenRISC, the <code>.nodelay</code> directive sets a flag in elf binaries
indicating that the binary is generated catering for no delay slots.
<p><a name="index-g_t_0040code_007bproc_007d-directive_002c-OpenRISC-1849"></a><br><dt><code>.proc</code><dd>This directive is ignored. Any text following it on the same
line is also ignored.
<p><a name="index-g_t_0040code_007bendproc_007d-directive_002c-OpenRISC-1850"></a><br><dt><code>.endproc</code><dd>This directive is ignored. Any text following it on the same
line is also ignored.
</dl>
</body></html>