ok so I changed the defines from this
@ DEVICE PIC16F628A,HS_OSC,WDT_ON,PWRT_ON,PROTECT_ON
to this
@ __config _HS_OSC & _WDT_ON & _MCLRE_ON & _LVP_OFF & _CP_OFF
and now the errors just keep coming
Executing: "C:\PBP\PBPMPLAB.BAT" -ampasmwin -k# -p16F628A "test.bas"
Executing: "C:\PBP\PBPW.EXE" -ampasmwin -k# -p16F628A "ltest.bas"
PICBASIC PRO(TM) Compiler 2.60A, (c) 1998, 2010 microEngineering Labs, Inc.
All Rights Reserved.
ERROR: Unable to execute mpasmwin.Error[118] C:\0 FILES\2MPLAB\test.ASM 116 : Overwriting previous address contents (2007)
Error[118] C:\0 FILES\2MPLAB\test.ASM 116 : Overwriting previous address contents (2007)
Halting build on first failure as requested.
BUILD FAILED: Mon Aug 30 14:44:39 2010
Bookmarks