Function cpclib_asm::parser::parse_z80_str

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

Parse a string and return the corresponding listing