9 releases
0.1.9 | Jul 14, 2024 |
---|---|
0.1.8 | Jun 3, 2024 |
0.1.7 | Apr 28, 2024 |
0.1.5 | Mar 25, 2024 |
0.1.3 | Feb 19, 2024 |
#521 in Development tools
Used in 2 crates
(via disarm64)
35KB
1K
SLoC
disarm64
definitions
This library provides structures and enums for describing AArch64 (ARMv8) instructions.
The approach might seem to be closer to what the opcodes
library (a part of GNU binutils
)
does, although the central motive is deserialization/parsing of a definition file -
what TableGen
(of LLVM
) employs.
By default, the crate is built with std
support. If you intend not to depend on the std
crate,
here is the syntax to use instead:
disarm64_defn = { version = "0.1", default_features = false }
For more information on the subject, please refer to:
lib.rs
:
This library provides structures and enums for describing AArch64 (ARMv8) instructions.
Dependencies
~0.4–1MB
~24K SLoC