pub fn parse_assign_operator(
    input: Z80Span
) -> IResult<Z80Span, Option<BinaryOperation>, Z80ParserError>