X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fmcs51%2Fi51pst.c;h=16c40834ceff5ec856ad25907215e01a11d9f42a;hb=04a394483c4ca0755c4258779481d66bce82a2b5;hp=4fcd97ae8e56d3b0a6fb75fb440a0b7049d41f98;hpb=554b80355adbbbd8436bdb0dd448ef3e956c0871;p=fw%2Fsdcc diff --git a/as/mcs51/i51pst.c b/as/mcs51/i51pst.c index 4fcd97ae..16c40834 100644 --- a/as/mcs51/i51pst.c +++ b/as/mcs51/i51pst.c @@ -59,7 +59,8 @@ struct mne mne[] = { { NULL, ".org", S_ORG, 0, 0}, { NULL, ".module", S_MODUL, 0, 0}, { NULL, ".ascis", S_ASCIS, 0, 0}, - { NULL, ".flat24", S_FLAT24, 0, 0}, + { NULL, ".flat24", S_FLAT24, 0, 0}, + { NULL, ".optsdcc", S_OPTSDCC, 0, 0}, /* 8051 */ @@ -469,4 +470,5 @@ struct PreDef preDef[] = { {"tr2", 0x00CA}, {"TXD", 0x00B1}, {"txd", 0x00B1}, + {"", 0x0000}, };