Hello,
Just an hour ago I tried to include Mr. E's Keypad.bas file in pbp folder and my local "pic_programs" folder. I DID rename the txt file and saved it to .BAS file.
Here is the code....
Code:
INCLUDE "KeyPad.bas"
myvar var byte
start:
@ READKEYPAD _myvar
hserout ["Key=",dec myvar,13,10]
'LCDOUT 254,ROW1,"COMMAND", DEC MYVAR
goto start
Won't compile....
I keep getting lots of "opcode expected instead of....'kb_row','kb_col', 'debounce_delay' " errors. I did read the thread about the errors found when you don't save as a .BAS file but I must not be seeing something obvious, happens to me alot on this forum.
Mr. E could you lend a hand,
I am using version 2.50A & PM assembler
Bookmarks