X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fz80%2Fz80pst.c;h=1c4b431487c8e26401d7f025e969d6b90ef02713;hb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;hp=7e6dc80782c2ecfd9df8399b16b63246843ae4d2;hpb=0abb805fd2d72a89b41a10144ded610ebfc072bc;p=fw%2Fsdcc diff --git a/as/z80/z80pst.c b/as/z80/z80pst.c index 7e6dc807..1c4b4314 100644 --- a/as/z80/z80pst.c +++ b/as/z80/z80pst.c @@ -1,13 +1,20 @@ -/* z80pst.c */ +/* z80pst.c -/* - * (C) Copyright 1989-1995 - * All Rights Reserved - * - * Alan R. Baldwin - * 721 Berkeley St. - * Kent, Ohio 44240 - */ + Copyright (C) 1989-1995 Alan R. Baldwin + 721 Berkeley St., Kent, Ohio 44240 + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 3, or (at your option) any +later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . */ /* * Extensions: P. Felber @@ -27,7 +34,7 @@ struct mne mne[] = { { NULL, "CON", S_ATYP, 0, A_CON }, { NULL, "OVR", S_ATYP, 0, A_OVR }, { NULL, "REL", S_ATYP, 0, A_REL }, - { NULL, "ABS", S_ATYP, 0, A_ABS|A_OVR }, + { NULL, "ABS", S_ATYP, 0, A_ABS }, { NULL, "NOPAG", S_ATYP, 0, A_NOPAG }, { NULL, "PAG", S_ATYP, 0, A_PAG }, @@ -56,6 +63,7 @@ struct mne mne[] = { { NULL, ".org", S_ORG, 0, 0 }, { NULL, ".module", S_MODUL, 0, 0 }, { NULL, ".ascis", S_ASCIS, 0, 0 }, + { NULL, ".optsdcc", S_OPTSDCC, 0, 0 }, /* z80 / hd64180 */