X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=parmode.h;fp=parmode.h;h=13b83fcae05cd27827f94b998d95361ccd89f93a;hp=4d37cdbe34ee77b4cad744e708e3d95f5e271e5a;hb=0561939cf64e5d66153c2e7903e2411b802ff5c8;hpb=30a208654896284b50e7b362e97d3e63ec717b96 diff --git a/parmode.h b/parmode.h index 4d37cdb..13b83fc 100644 --- a/parmode.h +++ b/parmode.h @@ -1169,7 +1169,7 @@ CHK_FOR_DISPn: // expr[.L] AMn = ABSL; - // Is .L forced here? + // .L is forced here if (*tok == DOTL) { tok++; @@ -1177,8 +1177,8 @@ CHK_FOR_DISPn: } else { - // Defined, absolute values from $FFFF8000..$00007FFF get optimized - // to absolute short + // Defined, absolute values from $FFFF8000..$00007FFF get + // optimized to absolute short if (CHECK_OPTS(OPT_ABS_SHORT) && ((AnEXATTR & (TDB | DEFINED)) == DEFINED) && (((uint32_t)AnEXVAL + 0x8000) < 0x10000))