[][src]Function lc3asm::assemble

pub fn assemble(input: impl AsRef<str>) -> Result<(Vec<u8>, Vec<u8>), Error>

Reads code from input and produces object code output and symbol table.