Function lib_rv32_asm::assemble_program_buf[][src]

pub fn assemble_program_buf<R>(
    reader: &mut R
) -> Result<Vec<u32>, AssemblerError> where
    R: BufRead
Expand description

Assemble a BufRead down to a vector of words. The input should contain the entire program.