reevphil 0 Posted February 16, 2006 Report Share Posted February 16, 2006 Hello new to this forum but I am looking at issues with addresssing ports I have looked at the sample programs for C and picclite and put together something i though was compatible but I have downloaded picclite v9.50 and the hitide and mplab freeware and even went so far as to get a version of boost c compiler but issue seems to center around this section of code when building the compilers seem to have trouble with the word bit and also produce errors such as missing fixed address missing semicolon target is 16f627 and does boost C recoginize the c program time function delay? #define PORTBIT(adr, bit) ((unsigned) (&adr)*8+(bit)); static bit papin1 @ PORTBIT(PORTA, 0); static bit papin2 @ PORTBIT(PORTA, 1); static bit papin3 @ PORTBIT(PORTA, 2); Quote Link to post Share on other sites
c58_4311 0 Posted February 16, 2006 Report Share Posted February 16, 2006 I cannot follow you, What exactly do you want to ask? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.