It would really help if you gave more information...
Code
Configuration
But the over writing is normally when you are setting the configs in code space and the *.inc file.
The illegal character?? Are you trying to comment a line? If so '
It would really help if you gave more information...
Code
Configuration
But the over writing is normally when you are setting the configs in code space and the *.inc file.
The illegal character?? Are you trying to comment a line? If so '
Dave
Always wear safety glasses while programming.
the code is simple as:
define osc 20
main:
high portb.0
pause 1000
low portb.0
pause 1000
goto main
the code is simple as:
define osc 20
main:
high portb.0
pause 1000
low portb.0
pause 1000
goto main
I have not yet written any configuration. I will intend to do this in the programmer.
Bookmarks