blob: 71bd0ed30f28fbe8f94641d4e9da0cd0673d1d2b (
plain) (
tree)
|
|
<?php add_heading("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/">crates.io</a>.</p>
</section>
<?php add_heading("Docs", "docs"); ?>
<section>
<p>As per usual, documentation for <em>Pollex</em> can be found on <a href="https://docs.rs/pollex/latest/pollex/">Docs.rs</a>.</p>
</section>
|