Expand description

See README.md for a description

Re-exports

pub use instruction::Instruction::*;

Structs

Specifies the memory architecture of a virtual machine.

Indented formatting for the fields of a raw u64 bytecode instruction.

The memory banks of an instance of a virtual machine.

A running instance of a virtual machine.

Enums

Constants

Functions

Convert from a raw u64 bytecode instruction to a type-safe and programmer friendly type.

Extract raw bit fields from a 64 bit instruction.

Convert from a type-safe and programmer friendly type to a raw u64 bytecode instruction.