blob: 938df7c53aebb60cf28da77eb2dab0708c398eb5 (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<!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>
|