Function assemble_program_buf

Source
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.