asmkit-rs 0.3.1

Portable assembler toolkit: decoding and encoding of various architectures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod arch_traits;
pub mod buffer;
pub mod emitter;
pub mod formatter;
pub mod globals;
#[cfg(feature = "jit")]
pub mod jit_allocator;
pub mod operand;

pub mod patch;
pub mod sink;
pub mod support;
pub mod target;
pub mod types;