Hi Joe S,
Yes, something is processing the assembler file but the file I have open in the editor window is the .pbp file, and I can't see anything in the options that might be telling the compiler to use the .asm file.
Hi Skimask,
The code above is not the Dev6.pbp code, but even in a one line program declaring a variable I get pretty much the same error messages. :{
Here is the beginning of the Dev6 code
TRISB = %11111111 ' Set PORTB to input
TRISC = %11111111 ' Set PORTC to input
TRISD = %11111111 ' Set PORTD to input
CMCON = 7 ' Set PORTA to digital
ADCON1 = 7 'Disable analog A\D
TRISA.0 = 0 'Set PORTA.0 to output
DEFINE OSC 4
init: Pause 500 ' Wait for LCD to start up
serout2 PORTA.0,84,[254]
serout2 PORTA.0,84,[88]
serout2 PORTA.0,84,["Hello"]
PORTC.7 = 0
PORTC.5 = 0
sFocus VAR Byte 'Holds value to which focus will be set later
panel VAR Byte 'panel number
pLast VAR Byte 'last panel selected
cFocus VAR Byte 'current focus
stSq VAR Byte 'start square
chars var byte[7] 'string chracters
'charsW var word[7] 'string chracters
stSize VAR Byte 'number of accumulated string chars
arStart VAR Byte
asciiCd VAR word
myPort VaR word
myString VAR WORD
listPos VAR BYTE
I think I shall have to strip it all off the computer and reload again.
Thanks
Mark
Bookmarks