The ASM code generated by PBP is more Macro oriented... so unless you have read how those Macro are made, or what they do, it's not going to be a real help for now.
This question have been asked awhile back. See Darrel's reply on that
http://www.picbasic.co.uk/forum/show...09&postcount=3
If you're using MPLAB, you want to change your DEVICE line to MPASM __CONFIG syntax. Have a look at the following link in the FAQ.
http://www.picbasic.co.uk/forum/showthread.php?t=543
At very least from post#1 to post#5
As usual, make sure your setup is running, make sure you have disabled some multiplexed stuff (like ADCs, Vref, comparators) on the I/O you're about to use as digital I/Os. Try a simple LED blink and add some chunk of code after that.
Last edited by mister_e; - 25th March 2008 at 02:53.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks