Function assemble

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