AVR-Options.html 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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-2017 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 5.2, http://www.gnu.org/software/texinfo/ -->
  13. <head>
  14. <title>Using as: AVR Options</title>
  15. <meta name="description" content="Using as: AVR Options">
  16. <meta name="keywords" content="Using as: AVR Options">
  17. <meta name="resource-type" content="document">
  18. <meta name="distribution" content="global">
  19. <meta name="Generator" content="makeinfo">
  20. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  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="AVR_002dDependent.html#AVR_002dDependent" rel="up" title="AVR-Dependent">
  25. <link href="AVR-Syntax.html#AVR-Syntax" rel="next" title="AVR Syntax">
  26. <link href="AVR_002dDependent.html#AVR_002dDependent" rel="prev" title="AVR-Dependent">
  27. <style type="text/css">
  28. <!--
  29. a.summary-letter {text-decoration: none}
  30. blockquote.smallquotation {font-size: smaller}
  31. div.display {margin-left: 3.2em}
  32. div.example {margin-left: 3.2em}
  33. div.indentedblock {margin-left: 3.2em}
  34. div.lisp {margin-left: 3.2em}
  35. div.smalldisplay {margin-left: 3.2em}
  36. div.smallexample {margin-left: 3.2em}
  37. div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
  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.nocodebreak {white-space:nowrap}
  49. span.nolinebreak {white-space:nowrap}
  50. span.roman {font-family:serif; font-weight:normal}
  51. span.sansserif {font-family:sans-serif; font-weight:normal}
  52. ul.no-bullet {list-style: none}
  53. -->
  54. </style>
  55. </head>
  56. <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
  57. <a name="AVR-Options"></a>
  58. <div class="header">
  59. <p>
  60. Next: <a href="AVR-Syntax.html#AVR-Syntax" accesskey="n" rel="next">AVR Syntax</a>, Up: <a href="AVR_002dDependent.html#AVR_002dDependent" accesskey="u" rel="up">AVR-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>
  61. </div>
  62. <hr>
  63. <a name="Options-4"></a>
  64. <h4 class="subsection">9.5.1 Options</h4>
  65. <a name="index-AVR-options-_0028none_0029"></a>
  66. <a name="index-options-for-AVR-_0028none_0029"></a>
  67. <dl compact="compact">
  68. <dd>
  69. <a name="index-_002dmmcu_003d-command-line-option_002c-AVR"></a>
  70. </dd>
  71. <dt><code>-mmcu=<var>mcu</var></code></dt>
  72. <dd><p>Specify ATMEL AVR instruction set or MCU type.
  73. </p>
  74. <p>Instruction set avr1 is for the minimal AVR core, not supported by the C
  75. compiler, only for assembler programs (MCU types: at90s1200,
  76. attiny11, attiny12, attiny15, attiny28).
  77. </p>
  78. <p>Instruction set avr2 (default) is for the classic AVR core with up to
  79. 8K program memory space (MCU types: at90s2313, at90s2323, at90s2333, at90s2343,
  80. attiny22, attiny26, at90s4414, at90s4433, at90s4434, at90s8515, at90c8534,
  81. at90s8535).
  82. </p>
  83. <p>Instruction set avr25 is for the classic AVR core with up to 8K program memory
  84. space plus the MOVW instruction (MCU types: attiny13, attiny13a, attiny2313,
  85. attiny2313a, attiny24, attiny24a, attiny4313, attiny44, attiny44a, attiny84,
  86. attiny84a, attiny25, attiny45, attiny85, attiny261, attiny261a, attiny461,
  87. attiny461a, attiny861, attiny861a, attiny87, attiny43u, attiny48, attiny88,
  88. attiny828, at86rf401, ata6289, ata5272).
  89. </p>
  90. <p>Instruction set avr3 is for the classic AVR core with up to 128K program
  91. memory space (MCU types: at43usb355, at76c711).
  92. </p>
  93. <p>Instruction set avr31 is for the classic AVR core with exactly 128K program
  94. memory space (MCU types: atmega103, at43usb320).
  95. </p>
  96. <p>Instruction set avr35 is for classic AVR core plus MOVW, CALL, and JMP
  97. instructions (MCU types: attiny167, attiny1634, at90usb82, at90usb162,
  98. atmega8u2, atmega16u2, atmega32u2, ata5505).
  99. </p>
  100. <p>Instruction set avr4 is for the enhanced AVR core with up to 8K program
  101. memory space (MCU types: atmega48, atmega48a, atmega48pa, atmega48p, atmega8,
  102. atmega8a, atmega88, atmega88a, atmega88p, atmega88pa, atmega8515, atmega8535,
  103. atmega8hva, at90pwm1, at90pwm2, at90pwm2b, at90pwm3, at90pwm3b, at90pwm81,
  104. ata6285, ata6286).
  105. </p>
  106. <p>Instruction set avr5 is for the enhanced AVR core with up to 128K program
  107. memory space (MCU types: at90pwm161, atmega16, atmega16a, atmega161, atmega162,
  108. atmega163, atmega164a, atmega164p, atmega164pa, atmega165, atmega165a,
  109. atmega165p, atmega165pa, atmega168, atmega168a, atmega168p, atmega168pa,
  110. atmega169, atmega169a, atmega169p, atmega169pa, atmega32, atmega323, atmega324a,
  111. atmega324p, atmega324pa, atmega325, atmega325a, atmega32, atmega32a, atmega323,
  112. atmega324a, atmega324p, atmega324pa, atmega325, atmega325a, atmega325p,
  113. atmega325p, atmega325pa, atmega3250, atmega3250a, atmega3250p, atmega3250pa,
  114. atmega328, atmega328p, atmega329, atmega329a, atmega329p, atmega329pa,
  115. atmega3290a, atmega3290p, atmega3290pa, atmega406, atmega64, atmega64a,
  116. atmega64rfr2, atmega644rfr2, atmega640, atmega644, atmega644a, atmega644p,
  117. atmega644pa, atmega645, atmega645a, atmega645p, atmega6450, atmega6450a,
  118. atmega6450p, atmega649, atmega649a, atmega649p, atmega6490, atmega6490a,
  119. atmega6490p, atmega16hva, atmega16hva2, atmega16hvb, atmega16hvbrevb,
  120. atmega32hvb, atmega32hvbrevb, atmega64hve, at90can32, at90can64, at90pwm161,
  121. at90pwm216, at90pwm316, atmega32c1, atmega64c1, atmega16m1, atmega32m1,
  122. atmega64m1, atmega16u4, atmega32u4, atmega32u6, at90usb646, at90usb647, at94k,
  123. at90scr100, ata5790, ata5795).
  124. </p>
  125. <p>Instruction set avr51 is for the enhanced AVR core with exactly 128K
  126. program memory space (MCU types: atmega128, atmega128a, atmega1280,
  127. atmega1281, atmega1284, atmega1284p, atmega128rfa1, atmega128rfr2,
  128. atmega1284rfr2, at90can128, at90usb1286, at90usb1287, m3000).
  129. </p>
  130. <p>Instruction set avr6 is for the enhanced AVR core with a 3-byte PC
  131. (MCU types: atmega2560, atmega2561, atmega256rfr2, atmega2564rfr2).
  132. </p>
  133. <p>Instruction set avrxmega2 is for the XMEGA AVR core with 8K to 64K
  134. program memory space and less than 64K data space (MCU types:
  135. atxmega16a4, atxmega16a4u, atxmega16c4, atxmega16d4, atxmega16x1,
  136. atxmega32a4, atxmega32a4u, atxmega32c4, atxmega32d4, atxmega16e5,
  137. atxmega8e5, atxmega32e5, atxmega32x1).
  138. </p>
  139. <p>Instruction set avrxmega3 is for the XMEGA AVR core with 8K to 64K
  140. program memory space and greater than 64K data space (MCU types:
  141. none).
  142. </p>
  143. <p>Instruction set avrxmega4 is for the XMEGA AVR core with up to 64K
  144. program memory space and less than 64K data space (MCU types:
  145. atxmega64a3, atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
  146. atxmega64c3, atxmega64d3, atxmega64d4).
  147. </p>
  148. <p>Instruction set avrxmega5 is for the XMEGA AVR core with up to 64K
  149. program memory space and greater than 64K data space (MCU types:
  150. atxmega64a1, atxmega64a1u).
  151. </p>
  152. <p>Instruction set avrxmega6 is for the XMEGA AVR core with larger than
  153. 64K program memory space and less than 64K data space (MCU types:
  154. atxmega128a3, atxmega128a3u, atxmega128c3, atxmega128d3, atxmega128d4,
  155. atxmega192a3, atxmega192a3u, atxmega128b1, atxmega128b3, atxmega192c3,
  156. atxmega192d3, atxmega256a3, atxmega256a3u, atxmega256a3b,
  157. atxmega256a3bu, atxmega256c3, atxmega256d3, atxmega384c3,
  158. atxmega256d3).
  159. </p>
  160. <p>Instruction set avrxmega7 is for the XMEGA AVR core with larger than
  161. 64K program memory space and greater than 64K data space (MCU types:
  162. atxmega128a1, atxmega128a1u, atxmega128a4u).
  163. </p>
  164. <p>Instruction set avrtiny is for the ATtiny4/5/9/10/20/40
  165. microcontrollers.
  166. </p>
  167. <a name="index-_002dmall_002dopcodes-command-line-option_002c-AVR"></a>
  168. </dd>
  169. <dt><code>-mall-opcodes</code></dt>
  170. <dd><p>Accept all AVR opcodes, even if not supported by <code>-mmcu</code>.
  171. </p>
  172. <a name="index-_002dmno_002dskip_002dbug-command-line-option_002c-AVR"></a>
  173. </dd>
  174. <dt><code>-mno-skip-bug</code></dt>
  175. <dd><p>This option disable warnings for skipping two-word instructions.
  176. </p>
  177. <a name="index-_002dmno_002dwrap-command-line-option_002c-AVR"></a>
  178. </dd>
  179. <dt><code>-mno-wrap</code></dt>
  180. <dd><p>This option reject <code>rjmp/rcall</code> instructions with 8K wrap-around.
  181. </p>
  182. <a name="index-_002dmrmw-command-line-option_002c-AVR"></a>
  183. </dd>
  184. <dt><code>-mrmw</code></dt>
  185. <dd><p>Accept Read-Modify-Write (<code>XCH,LAC,LAS,LAT</code>) instructions.
  186. </p>
  187. <a name="index-_002dmlink_002drelax-command-line-option_002c-AVR"></a>
  188. </dd>
  189. <dt><code>-mlink-relax</code></dt>
  190. <dd><p>Enable support for link-time relaxation. This is now on by default
  191. and this flag no longer has any effect.
  192. </p>
  193. <a name="index-_002dmno_002dlink_002drelax-command-line-option_002c-AVR"></a>
  194. </dd>
  195. <dt><code>-mno-link-relax</code></dt>
  196. <dd><p>Disable support for link-time relaxation. The assembler will resolve
  197. relocations when it can, and may be able to better compress some debug
  198. information.
  199. </p>
  200. </dd>
  201. </dl>
  202. <hr>
  203. <div class="header">
  204. <p>
  205. Next: <a href="AVR-Syntax.html#AVR-Syntax" accesskey="n" rel="next">AVR Syntax</a>, Up: <a href="AVR_002dDependent.html#AVR_002dDependent" accesskey="u" rel="up">AVR-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>
  206. </div>
  207. </body>
  208. </html>