blob: d4b9e69c612470c195b0bc79870b83b3ab404040 (
plain) (
tree)
|
|
<?php addHeading("Pollex", "about"); ?>
<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 <a href="https://crates.io/crates/pollex/"><code>crates.io</code></a>.</p>
</section>
<?php addHeading("Docs", "docs"); ?>
<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>
|