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
pub fn parse_z80<S: Into<String>>(
code: S,
) -> Result<LocatedListing, AssemblerError>TODO better to build parse_z80_with_options from parse_z80_span than the opposite