Just learning the MPASM and 18F chips. I have one error, 'Symbol not previously defined (FSR)'
What is that telling me? I can't find anything about FSR on the forum yet.
Printable View
Just learning the MPASM and 18F chips. I have one error, 'Symbol not previously defined (FSR)'
What is that telling me? I can't find anything about FSR on the forum yet.
Lots of stuff on the forum.
http://www.google.com/custom?hl=en&c...0&ct=col1&cd=1
Can you post your code and configs ?
You have not looked around the forum much.
http://www.picbasic.co.uk/forum/showthread.php?t=4751
Why not post you code using using code tags?
The code in its entirety is too long.
Is the
Include "Elapsed.bas"
from DT?
If so then this might be of help
http://www.picbasic.co.uk/forum/show...5&postcount=18
It has a version for the 18s.
Thanks that did it.