Signed comparisons are now working (except for signed longs)
[fw/sdcc] / src / pic / main.c
index ee7c699a22cdd94e2911dadf43381a4b03868b2d..b127324a07ed49aacc5862b580b7b214e27d2ddc 100644 (file)
@@ -162,9 +162,9 @@ _pic14_getRegName (struct regs *reg)
 static void
 _pic14_genAssemblerPreamble (FILE * of)
 {
-  fprintf (of, "\tlist\tp=16c84\n");
+  fprintf (of, "\tlist\tp=16f877\n");
   fprintf (of, "\t__config _wdt_off\n");
-  fprintf (of, "\ninclude \"p16c84.inc\"\n");
+  fprintf (of, "\ninclude \"p16f877.inc\"\n");
 }
 
 /* Generate interrupt vector table. */