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
pub fn parse_z80_str<S: Into<String>>(
code: S
) -> Result<LocatedListing, AssemblerError>Parse a string and return the corresponding listing