yaxpeax-avnera 1.0.0

avnera decoder for the yaxpeax project
Documentation
  • Coverage
  • 55.56%
    15 out of 27 items documented1 out of 9 items with examples
  • Size
  • Source code size: 30.24 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.51 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • iximeow

yaxpeax-avnera

crate documentation

a decoder for the undocumented instruction set of Avnera processors, implemented as part of the yaxpeax project, including traits provided by yaxpeax-arch.

users of this library will either want to use quick and dirty APIs, or more generic decode interfaces from yaxpeax-arch - appropriate when mixing yaxpeax-avnera with other yaxpeax decoders, such as yaxpeax-x86.

features

  • it exists
  • pretty small?
  • #[no_std]

it exists

i'm not aware of many other decoders or attempts to document this instruction set. definitely none as a standalone library.

pretty small?

it's a small instruction set, the decoder is similarly tiny.

#[no_std]

if, for some reason, you want to disassemble "avnera" instructions without the Rust standard library around, that should work. this is primarily for consistency with other decoders than any need, and is not particularly tested.