OpenCores
URL https://opencores.org/ocsvn/zipcpu/zipcpu/trunk

Subversion Repositories zipcpu

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /zipcpu/trunk
    from Rev 96 to Rev 95
    Reverse comparison

Rev 96 → Rev 95

/sw/zasm/asmdata.cpp
467,7 → 467,7
case OP_NOOP: in = zp.op_noop(); break;
case OP_BREAK: in = zp.op_break(); break;
case OP_LOCK: in = zp.op_lock(); break;
case OP_LJMP: in = zp.op_ljmp(); break;
// OP_LJMP:
case OP_NONE:
default: { char ebuf[256]; sprintf(ebuf, "Unrecognized OP-Code, %d, NONE = %d, CLR=%d", m_opcode, OP_NONE, OP_CLR);
yyerror(ebuf);
578,6 → 578,7
case OP_NOOP: fprintf(fp, "\tTLINE OP = NOOP\n");
case OP_LOCK: fprintf(fp, "\tTLINE OP = LOCK\n");
break;
// OP_LJMP:
case OP_NONE:
default:
fprintf(fp, "\tTLINE OP = (Unrecognized, %d)\n", m_opcode);

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.