I can't understand: I'm trying this stupid code inside MPLAB IDE (ICD2)
;******************
; Prova PIC18F2585
;******************
;
@ CONFIG OSC=XT,WDT=ON,WDTPS=128,LVP=OFF
gps VAR Portb.0
ciao:
high gps
low gps
goto ciao
and I get the following message when I build it:
Executing: "C:\Pbp\PBPW.EXE" -ampasmwin -oq -z -p18F2585 "Prv2585.bas"
PicBasic Pro Compiler 2.46, (c) 1998, 2005 microEngineering Labs, Inc.
All Rights Reserved.
Error[116] C:\PBP\DEVELOPE\PRV2585.MAC 12 : Address label duplicated or different in second pass (_ciao)
Warning[220] C:\PBP\PBPPIC18.LIB 911 : Address exceeds maximum range for this processor.
Warning[220] C:\PBP\PBPPIC18.LIB 913 : Address exceeds maximum range for this processor.
Warning[220] C:\PBP\PBPPIC18.LIB 913 : Address exceeds maximum range for this processor.
Warning[220] C:\PBP\PBPPIC18.LIB 913 : Address exceeds maximum range for this processor.
Warning[220] C:\PBP\PBPPIC18.LIB 722 : Address exceeds maximum range for this processor.
Loaded C:\Pbp\Develope\Prv2585.COD.
BUILD SUCCEEDED: Fri Oct 07 16:18:50 2005
there must be a really stupid mistake but .... I think I'm a bit tired ...
... help please
Bookmarks