From: Alan Cox Date: Sun, 29 Oct 2017 16:33:43 +0000 (+0000) Subject: as: fix blkb/defs X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b21ba8ca21c276ac92718432750cc41a8662466d;p=FUZIX.git as: fix blkb/defs We make it twice the size and get very confused as a result --- diff --git a/Applications/MWC/cmd/asz80/as1.c b/Applications/MWC/cmd/asz80/as1.c index 50df3e0f..de3d3524 100644 --- a/Applications/MWC/cmd/asz80/as1.c +++ b/Applications/MWC/cmd/asz80/as1.c @@ -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: