* src/SDCCmain.c (linkEdit): modifications only for pic16 port,
[fw/sdcc] / device / include / pic16 / pic18f8520.h
index 6e60b4c1c36042ccb49b3d9816355029f4113130..23612ea6965f25a398d52335ca197a8dba3aa458 100644 (file)
@@ -1482,4 +1482,15 @@ extern sfr at 0xfff TOSU;
 #define _EBTRB_ON_6H   0xBF    /* Enabled */
 
 
+/* Device ID locations */
+#define __IDLOC0       0x200000
+#define __IDLOC1       0x200001
+#define __IDLOC2       0x200002
+#define __IDLOC3       0x200003
+#define __IDLOC4       0x200004
+#define __IDLOC5       0x200005
+#define __IDLOC6       0x200006
+#define __IDLOC7       0x200007
+
+
 #endif