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 95 to Rev 96
    Reverse comparison

Rev 95 → Rev 96

/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;
// OP_LJMP:
case OP_LJMP: in = zp.op_ljmp(); break;
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,7 → 578,6
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.