blob: 0010b3cc0a3fa94d578b4868de7a1e08f9980b66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="darkreader-lock">
<link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
<title id="title">eAS</title>
<link href="/css/main.css" rel="stylesheet">
</head>
<body class="eas" id="body">
<!--#include virtual="/shtml/navigationBar.shtml"-->
<div id="frontPage">
<img id="glyph" src="/svg/glyph/eas.svg">
</div>
<div id="content">
<p id="contentHeading"><span class="small">the </span>Embedded Assembler</p>
<section>
<p>The <em>Embedded Assembler</em> (or simply <em>eAS</em>) is an assembler for cross-compiling to embedded Arm</p>
</section>
<section>
<p class="heading">Status</p>
<p>Like <a href="/html/pollex.html"><em>Luma</em></a>, the development of <em>eAS</em> is currently on hold in favour of the <a href="/html/pollex.html"><em>Pollex</em></a> library, which will be used as a backend.</p>
</section>
<!--#include virtual="/shtml/cloneNotice.shtml"-->
</div>
<!--#include virtual="/shtml/initScripts.shtml"-->
</body>
</html>
|