Function cpclib_asm::parser::parse_z80

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

TODO better to build parse_z80_with_options from parse_z80_span than the opposite