summaryrefslogtreecommitdiff
path: root/html/pollex.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/pollex.html')
-rw-r--r--html/pollex.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/html/pollex.html b/html/pollex.html
index 25ef4f5..938df7c 100644
--- a/html/pollex.html
+++ b/html/pollex.html
@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="author" content="Gabriel Bjørnager Jensen">
<meta name="darkreader-lock">
- <meta name="description" content="About Pollex.">
+ <meta name="description" content="Pollex is a Rust crate for manipulating Arm ISA instructions..">
<meta name="keywords" content="achernar, agb, arm, pollex, rust, thumb">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -27,7 +27,9 @@
<h1 id ="anchor.about">pollex</h1>
<section>
- <p><em>Pollex</em> is a Rust library for manipulating Arm ISA instructions.</p>
+ <p><em>Pollex</em> is a Rust crate for manipulating Arm ISA instructions. Its goal is to be used as a backend for Arm emulators, assemblers etc.</p>
+ <br>
+ <p>Currently, only the legacy 32-bit architectures are supported (if barely), but complete support is planned in the future.</p>
<br>
<p>See more at <code><a href="https://crates.io/crates/pollex/">crates.io</a></code>.</p>
</section>
@@ -38,6 +40,12 @@
<p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/"><code>docs.rs</code></a>.</p>
</section>
+ <h1 id="anchor.bugReports">bug reports</h1>
+
+ <section>
+ <p>Please write an e-mail to me (see footer) for bug reports.</p>
+ </section>
+
<!--#include virtual="/include/footer.shtml"-->
</div>
</body>