summaryrefslogtreecommitdiff
path: root/include/eas.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/eas.php')
-rw-r--r--include/eas.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/eas.php b/include/eas.php
index ef51325..33805fa 100644
--- a/include/eas.php
+++ b/include/eas.php
@@ -1,4 +1,4 @@
-<?php addHeading("The Embedded Assembler", "about"); ?>
+<?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>
@@ -6,7 +6,7 @@
<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 addHeading("Status", "status"); ?>
+<?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>