pub fn parse_write_direct_memory(
    input_start: Z80Span
) -> impl Fn(Z80Span) -> IResult<Z80Span, LocatedToken, Z80ParserError>
Expand description

parse write direct in memory / converted to a bank directive we do not care of the parameters for roms as we are not working in an emulator