pub fn parse_z80_str<S: Into<String>>(
    code: S
) -> Result<LocatedListing, AssemblerError>
Expand description

Parse a string and return the corresponding listing