summaryrefslogtreecommitdiff
path: root/html/eas.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/eas.html')
-rw-r--r--html/eas.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/html/eas.html b/html/eas.html
index d9c3304..bb76850 100644
--- a/html/eas.html
+++ b/html/eas.html
@@ -17,7 +17,7 @@
<link href="/css/noScript.css" rel="stylesheet">
</noscript>
- <script src="/js/init.js" type="text/javascript"></script>
+ <script src="/js/main.js" type="text/javascript"></script>
</head>
<body data-page="eas">
@@ -28,18 +28,20 @@
<section>
<p>The <em>Embedded Assembler</em> (or simply <em>eAS</em>) 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>
<h1 id="anchor.status">docs</h1>
<section>
- <p>Like <a onclick="loadPage('luma');"><em>Luma</em></a>, the development of <em>eAS</em> is currently on hold in favour of the <a onclick="loadPage('pollex');"><em>Pollex</em></a> library, which will be used as a backend.</p>
+ <p>Like <a href="/html/luma.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="/include/footer.shtml"-->
</div>
</body>
<script type="text/javascript">
- init();
+ Ach.init();
</script>
</html>