assemble

Function assemble 

Source
pub fn assemble(
    isa: Option<InstructionSetKind>,
    code: &str,
) -> Result<Vec<u8>, String>