* as/link/mcs51/lkarea.c (lnkarea2): handle absolute areas, restructured
[fw/sdcc] / src / pic16 / main.c
index 2a6e06784e1faffa6a125a2342dd8a432612e110..ba45634fe6d3bc73370f4d1ce29713a45462fd26 100644 (file)
@@ -1281,6 +1281,8 @@ PORT pic16_port =
     NULL,                      // xinit
     "CONST   (CODE)",          // const_name - const data (code or not)
     "CABS    (ABS,CODE)",      // cabs_name - const absolute data (code or not)
+    "XABS    (ABS,XDATA)",     // xabs_name - absolute xdata
+    "IABS    (ABS,DATA)",      // iabs_name - absolute data
     NULL,                      // default location for auto vars
     NULL,                      // default location for global vars
     1                          // code is read only 1=yes