Looks like you might have tried to compile the .asm file!
If you're trying to use the built in assembler of GCBASIC, you have to let it compile the program. The assembler uses information directly from the compiler, not from reading the .asm file. If it's just a mistake don't worry, I've done it myself lots of times!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I was trying to use the following configuration in DOS command line: GCBASIC P:/GCHEX servos.asm, resulting in the followin error:
Cannot find D:Archivos de programa\GCBASIC\include\P16F628a.inc!
An error has been found:
Error: Chip model not specifified! GCBASIC cannot continue
The message has beeen ..........etc.
Is very rare because the asm file was produced by GCBASIC and compiles OK every time I compiled them.
Thanks in advance for your valuable help. Pablo
Looks like you might have tried to compile the .asm file!
If you're trying to use the built in assembler of GCBASIC, you have to let it compile the program. The assembler uses information directly from the compiler, not from reading the .asm file. If it's just a mistake don't worry, I've done it myself lots of times!