Quote Originally Posted by mel4853 View Post
Error WINDCH~1.ASM 403:[235] opcode expected instead of 'error'

Got this error message using LCD_AnyPin.pbp is this normal?
The compiler and assembler make about 7 different files when you compile your code all having the name you chose for your program, with differing sufixes. This message points to the .asm file line 403. Open that file and look at which line of code correlates to it in your .pbp sourcecode and try to figure out the error, likely something as simple as a missing space, failure to use caps a comma etc. . .