summaryrefslogtreecommitdiff
path: root/html/pollex.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/pollex.html')
-rw-r--r--html/pollex.html56
1 files changed, 0 insertions, 56 deletions
diff --git a/html/pollex.html b/html/pollex.html
deleted file mode 100644
index 938df7c..0000000
--- a/html/pollex.html
+++ /dev/null
@@ -1,56 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Gabriel Bjørnager Jensen">
- <meta name="darkreader-lock">
- <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">
-
- <link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
- <link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
- <title>Pollex | Achernar</title>
-
- <link href="/css/main.css" rel="stylesheet">
- <noscript>
- <link href="/css/noScript.css" rel="stylesheet">
- </noscript>
-
- <script src="/js/main.js" type="text/javascript"></script>
- </head>
-
- <body data-page="pollex">
- <!--#include virtual="/include/header.shtml"-->
-
- <div id="page">
- <h1 id ="anchor.about">pollex</h1>
-
- <section>
- <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>
-
- <h1 id="anchor.docs">docs</h1>
-
- <section>
- <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>
-
- <script type="text/javascript">
- Ach.init();
- </script>
-</html>