Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

V850-Directives.html 6.3KB

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <!-- This file documents the GNU Assembler "as".
  4. Copyright (C) 1991-2020 Free Software Foundation, Inc.
  5. Permission is granted to copy, distribute and/or modify this document
  6. under the terms of the GNU Free Documentation License, Version 1.3
  7. or any later version published by the Free Software Foundation;
  8. with no Invariant Sections, with no Front-Cover Texts, and with no
  9. Back-Cover Texts. A copy of the license is included in the
  10. section entitled "GNU Free Documentation License".
  11. -->
  12. <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  15. <title>V850 Directives (Using as)</title>
  16. <meta name="description" content="V850 Directives (Using as)">
  17. <meta name="keywords" content="V850 Directives (Using as)">
  18. <meta name="resource-type" content="document">
  19. <meta name="distribution" content="global">
  20. <meta name="Generator" content="makeinfo">
  21. <link href="index.html#Top" rel="start" title="Top">
  22. <link href="AS-Index.html#AS-Index" rel="index" title="AS Index">
  23. <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
  24. <link href="V850_002dDependent.html#V850_002dDependent" rel="up" title="V850-Dependent">
  25. <link href="V850-Opcodes.html#V850-Opcodes" rel="next" title="V850 Opcodes">
  26. <link href="V850-Floating-Point.html#V850-Floating-Point" rel="prev" title="V850 Floating Point">
  27. <style type="text/css">
  28. <!--
  29. a.summary-letter {text-decoration: none}
  30. blockquote.indentedblock {margin-right: 0em}
  31. blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
  32. blockquote.smallquotation {font-size: smaller}
  33. div.display {margin-left: 3.2em}
  34. div.example {margin-left: 3.2em}
  35. div.lisp {margin-left: 3.2em}
  36. div.smalldisplay {margin-left: 3.2em}
  37. div.smallexample {margin-left: 3.2em}
  38. div.smalllisp {margin-left: 3.2em}
  39. kbd {font-style: oblique}
  40. pre.display {font-family: inherit}
  41. pre.format {font-family: inherit}
  42. pre.menu-comment {font-family: serif}
  43. pre.menu-preformatted {font-family: serif}
  44. pre.smalldisplay {font-family: inherit; font-size: smaller}
  45. pre.smallexample {font-size: smaller}
  46. pre.smallformat {font-family: inherit; font-size: smaller}
  47. pre.smalllisp {font-size: smaller}
  48. span.nolinebreak {white-space: nowrap}
  49. span.roman {font-family: initial; font-weight: normal}
  50. span.sansserif {font-family: sans-serif; font-weight: normal}
  51. ul.no-bullet {list-style: none}
  52. -->
  53. </style>
  54. </head>
  55. <body lang="en">
  56. <a name="V850-Directives"></a>
  57. <div class="header">
  58. <p>
  59. Next: <a href="V850-Opcodes.html#V850-Opcodes" accesskey="n" rel="next">V850 Opcodes</a>, Previous: <a href="V850-Floating-Point.html#V850-Floating-Point" accesskey="p" rel="prev">V850 Floating Point</a>, Up: <a href="V850_002dDependent.html#V850_002dDependent" accesskey="u" rel="up">V850-Dependent</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
  60. </div>
  61. <hr>
  62. <a name="V850-Machine-Directives"></a>
  63. <h4 class="subsection">9.49.4 V850 Machine Directives</h4>
  64. <a name="index-machine-directives_002c-V850"></a>
  65. <a name="index-V850-machine-directives"></a>
  66. <dl compact="compact">
  67. <dd><a name="index-offset-directive_002c-V850"></a>
  68. </dd>
  69. <dt><code>.offset <var>&lt;expression&gt;</var></code></dt>
  70. <dd><p>Moves the offset into the current section to the specified amount.
  71. </p>
  72. <a name="index-section-directive_002c-V850"></a>
  73. </dd>
  74. <dt><code>.section &quot;name&quot;, &lt;type&gt;</code></dt>
  75. <dd><p>This is an extension to the standard .section directive. It sets the
  76. current section to be &lt;type&gt; and creates an alias for this section
  77. called &quot;name&quot;.
  78. </p>
  79. <a name="index-_002ev850-directive_002c-V850"></a>
  80. </dd>
  81. <dt><code>.v850</code></dt>
  82. <dd><p>Specifies that the assembled code should be marked as being targeted at
  83. the V850 processor. This allows the linker to detect attempts to link
  84. such code with code assembled for other processors.
  85. </p>
  86. <a name="index-_002ev850e-directive_002c-V850"></a>
  87. </dd>
  88. <dt><code>.v850e</code></dt>
  89. <dd><p>Specifies that the assembled code should be marked as being targeted at
  90. the V850E processor. This allows the linker to detect attempts to link
  91. such code with code assembled for other processors.
  92. </p>
  93. <a name="index-_002ev850e1-directive_002c-V850"></a>
  94. </dd>
  95. <dt><code>.v850e1</code></dt>
  96. <dd><p>Specifies that the assembled code should be marked as being targeted at
  97. the V850E1 processor. This allows the linker to detect attempts to link
  98. such code with code assembled for other processors.
  99. </p>
  100. <a name="index-_002ev850e2-directive_002c-V850"></a>
  101. </dd>
  102. <dt><code>.v850e2</code></dt>
  103. <dd><p>Specifies that the assembled code should be marked as being targeted at
  104. the V850E2 processor. This allows the linker to detect attempts to link
  105. such code with code assembled for other processors.
  106. </p>
  107. <a name="index-_002ev850e2v3-directive_002c-V850"></a>
  108. </dd>
  109. <dt><code>.v850e2v3</code></dt>
  110. <dd><p>Specifies that the assembled code should be marked as being targeted at
  111. the V850E2V3 processor. This allows the linker to detect attempts to link
  112. such code with code assembled for other processors.
  113. </p>
  114. <a name="index-_002ev850e2v4-directive_002c-V850"></a>
  115. </dd>
  116. <dt><code>.v850e2v4</code></dt>
  117. <dd><p>Specifies that the assembled code should be marked as being targeted at
  118. the V850E3V5 processor. This allows the linker to detect attempts to link
  119. such code with code assembled for other processors.
  120. </p>
  121. <a name="index-_002ev850e3v5-directive_002c-V850"></a>
  122. </dd>
  123. <dt><code>.v850e3v5</code></dt>
  124. <dd><p>Specifies that the assembled code should be marked as being targeted at
  125. the V850E3V5 processor. This allows the linker to detect attempts to link
  126. such code with code assembled for other processors.
  127. </p>
  128. </dd>
  129. </dl>
  130. <hr>
  131. <div class="header">
  132. <p>
  133. Next: <a href="V850-Opcodes.html#V850-Opcodes" accesskey="n" rel="next">V850 Opcodes</a>, Previous: <a href="V850-Floating-Point.html#V850-Floating-Point" accesskey="p" rel="prev">V850 Floating Point</a>, Up: <a href="V850_002dDependent.html#V850_002dDependent" accesskey="u" rel="up">V850-Dependent</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="AS-Index.html#AS-Index" title="Index" rel="index">Index</a>]</p>
  134. </div>
  135. </body>
  136. </html>