pub fn parse_z80_directive_with_block(
    input: Z80Span
) -> IResult<Z80Span, LocatedToken, Z80ParserError>