blob: 33805fa220889e9d2d9fd53121ee695ba4699c4a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php add_heading("The Embedded Assembler", "about"); ?>
<section>
<p>The <em>Embedded Assembler</em> (or simply <em>eAS</em>; as in <i>ease</i>) is an assembler for cross-compiling to Arm ISAs.</p>
<br>
<p>The assembler is intended as a drop-in replacement for the official <em>armasm</em> assembler by Arm Limited. It therefore imitates the same syntax.</p>
</section>
<?php add_heading("Status", "status"); ?>
<section>
<p>Like <a href="?p=luma"><em>Luma</em></a>, the development of <em>eAS</em> is currently on hold in favour of the <a href="?p=pollex"><em>Pollex</em></a> library, which will be used as a backend.</p>
</section>
|