95 lines
3.6 KiB
HTML
95 lines
3.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
|
|
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
<meta name="generator" content="AsciiDoc 8.5.3" />
|
|
<meta name="description" content="Text based document generation" />
|
|
<meta name="keywords" content="text to HTML, text to DocBook, text to XML, AsciiDoc" />
|
|
<link rel="stylesheet" href="./xhtml11.css" type="text/css" />
|
|
<link rel="stylesheet" href="./xhtml11-quirks.css" type="text/css" />
|
|
<link rel="stylesheet" href="./layout1.css" type="text/css" />
|
|
<script type="text/javascript">
|
|
/*<![CDATA[*/
|
|
window.onload = function(){asciidoc.footnotes();}
|
|
/*]]>*/
|
|
</script>
|
|
<script type="text/javascript" src="./asciidoc-xhtml11.js"></script>
|
|
<title>AVRA Home Page</title>
|
|
</head>
|
|
<body>
|
|
<div id="layout-banner">
|
|
<div id="layout-title">AVRA</div>
|
|
<div id="layout-description">Assember for the Atmel AVR microcontroller family</div>
|
|
</div>
|
|
<table>
|
|
<tr valign="top">
|
|
<td id="layout-menu">
|
|
<div>»<a href="index.html">Home</a></div>
|
|
<div>»<a href="README.html">Readme</a></div>
|
|
<div>»<a href="downloads.html">Downloads</a></div>
|
|
<div>»<a href="ChangeLog.html">ChangeLog</a></div>
|
|
<div>»<a href="http://sourceforge.net/projects/avra">Sourceforge</a></div>
|
|
<div id="page-source">»<a href="index.txt">Page Source</a></div>
|
|
</td>
|
|
<td>
|
|
<div id="layout-content">
|
|
<div id="header">
|
|
<h1>AVRA Home Page</h1>
|
|
</div>
|
|
<div id="content">
|
|
<div id="preamble">
|
|
<div class="sectionbody">
|
|
<div class="sidebarblock">
|
|
<div class="sidebar-content">
|
|
<div class="sidebar-title">2010-06-28: AVRA 1.3.0 Released</div>
|
|
<div class="paragraph"><p>This release contains a few improvements, a couple of bug fixes and
|
|
documentation updates.</p></div>
|
|
<div class="paragraph"><p>Read the <a href="ChangeLog.html">ChangeLog</a> for a full list of all
|
|
additions, changes and bug fixes. Changes are documented in the
|
|
updated <a href="README.html">Readme</a>. See the
|
|
<a href="downloads.html">Downloads</a> page for sourcecode and binary releases.</p></div>
|
|
</div></div>
|
|
</div>
|
|
</div>
|
|
<h2 id="_introduction">Introduction</h2>
|
|
<div class="sectionbody">
|
|
<div class="paragraph"><p>AVRA is an assembler for Atmel AVR microcontrollers, and it is almost
|
|
compatible with Atmel’s own assembler AVRASM32. The programming
|
|
principles and conceptions are based on the ANSI programming language "C".</p></div>
|
|
<div class="paragraph"><p>The initial version of AVRA was written by John Anders Haugum in 1999. He
|
|
released all versions until v0.7. All later versions were released by Tobias
|
|
Weber. And version 1.3.0 is released by Jerry Jacobs.</p></div>
|
|
</div>
|
|
</div>
|
|
<div id="footnotes"><hr /></div>
|
|
<div id="footer">
|
|
<div id="footer-text">
|
|
Version 1.3.0<br />
|
|
Last updated 2010-06-28 16:04:24 CEST
|
|
</div>
|
|
<div id="footer-badges">
|
|
<a href="http://validator.w3.org/check?uri=referer">
|
|
<img style="border:0;width:88px;height:31px"
|
|
src="http://www.w3.org/Icons/valid-xhtml11-blue"
|
|
alt="Valid XHTML 1.1" height="31" width="88" />
|
|
</a>
|
|
<a href="http://jigsaw.w3.org/css-validator/">
|
|
<img style="border:0;width:88px;height:31px"
|
|
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
|
|
alt="Valid CSS!" />
|
|
</a>
|
|
<a href="http://www.mozilla.org/products/firefox/">
|
|
<img style="border:none; width:110px; height:32px;"
|
|
src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
|
|
alt="Get Firefox!" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|