Skip to main content

parse_asm

Function parse_asm 

Source
pub fn parse_asm(text: &str) -> Result<Vec<Option<Instruction>>, Error>
Expand description

Parses the text in the provided &str into a Vec<Option> Instructions are None when that line fails to parse.