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/sw
    from Rev 16 to Rev 17
    Reverse comparison

Rev 16 → Rev 17

/zasm/zopcodes.cpp
192,11 → 192,11
// i, zoplist[i].s_opstr, ins,
// zoplist[i].s_mask, zoplist[i].s_val);
if ((ins & zoplist[i].s_mask) == zoplist[i].s_val) {
sprintf(line, "\t%s", zoplist[i].s_opstr);
sprintf(line, " %s", zoplist[i].s_opstr);
if (zoplist[i].s_cf != OPUNUSED) {
int bv = getbits(ins, zoplist[i].s_cf);
strcat(line, zop_ccstr[bv]);
} strcat(line, "\t");
} sprintf(line, "%-13s", line);
 
// Treat stores special
if (strncasecmp("STO",zoplist[i].s_opstr, 3)==0) {

powered by: WebSVN 2.1.0

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