Function rv32_asm::assembler::assemble

source ยท
pub fn assemble<P>(
    instructions: Vec<InstructionWithLabel>,
    dump_to: Option<P>
) -> Result<Vec<u32>>
where P: AsRef<Path>,