pub fn parse_assemble(
    input: Z80Span
) -> IResult<Z80Span, LocatedExpr, Z80ParserError>
Expand description

Parse the single opcode assembling function