I was about to file the same bug! Line 122 refers to ADFM, which is the analogue/digital result format select bit. The 16F77 and and 16C77 don't have that bit. To get around the problem I've commented out line 122 (SET ADFM OFF), which let's it compile. Though I've yet to try running the chip to see if it's worked.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi i have a couple of problems!
first is when trying to compile for a 16c77 i get this message
system.h (122): Message TYPEERROR not defined in messages.dat!: Missing bit in SET command
the second is if i use GCBASIC.ini of the following:-
Assembler = GCASM
Output = compiled.asm
i get no output files at all when using the blinkled demo but without the ini i do get blinkled.asm
I am using the update because i run xp64
any ideas most welcome
I was about to file the same bug! Line 122 refers to ADFM, which is the analogue/digital result format select bit. The 16F77 and and 16C77 don't have that bit. To get around the problem I've commented out line 122 (SET ADFM OFF), which let's it compile. Though I've yet to try running the chip to see if it's worked.