Module riscv

Module riscv 

Source

Re-exports§

pub use crate::core::operand::imm;
pub use emitter::EmitterExplicit;
pub use opcodes::Inst;
pub use opcodes::InstructionValue;
pub use opcodes::Opcode;
pub use assembler::*;
pub use operands::*;
pub use regs::*;

Modules§

assembler
decode
emitter
formatter
opcodes
operands

Functions§

instruction_length
Return the length (in bytes) of an instruction given the low 16 bits of it.