Function emit_instruction

Source
fn emit_instruction(
    asm: &mut Assembler<X64Relocation, BUFFER_CAPACITY>,
    inst: &Instruction,
)
Available on crate feature compiler and x86-64 only.
Expand description

Emit code for a single Instruction in the hash program.