[][src]Function cpclib_asm::assemble

pub fn assemble(code: &str) -> Result<Vec<u8>, AssemblerError>

Assemble a piece of code and returns the associated list of bytes.