But when I compile for the 16F876A I don't get the same errors you're reporting.
I just tried again, on a machine with PBP 3.0.8.4 and MPASM 5.61 (from MPLABX 2.35) and for the 16F876A I get the same errors I reported earlier - I do not get any of the errors you report. The errors I *do* get is most likely because the code is too big to fit in the 876A - as Richard points out. Where your Syntax Errors is coming from I have no idea.
The compiled code size for an 18F series device is 15242 bytes and the 18F1320 is an 8k device so it won't fit as is.
I'd probably update MPLAB to a newer version, you'll need it to use the new devices added in PBP3.1
/Henrik.
Bookmarks