as: fix blkb/defs
authorAlan Cox <alan@linux.intel.com>
Sun, 29 Oct 2017 16:33:43 +0000 (16:33 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 29 Oct 2017 16:33:43 +0000 (16:33 +0000)
We make it twice the size and get very confused as a result

Applications/MWC/cmd/asz80/as1.c

index 50df3e0..de3d352 100644 (file)
@@ -164,7 +164,6 @@ loop:
                /* Write out the bytes. The BSS will deal with the rest */
                for (value = 0 ; value < a1.a_value; value++)
                        outab(0);
-               dot[segment] += a1.a_value;
                break;
 
        case TNOP: