Applied patch #2762516
[fw/sdcc] / as / z80 / z80pst.c
index 7e6dc80782c2ecfd9df8399b16b63246843ae4d2..1c4b431487c8e26401d7f025e969d6b90ef02713 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>. */
 
 /*
  * 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 */