• Syntax? "sbit * ptr2sbit;"
    Is it possible using the C16x tools to create a variable that's a pointer to an sbit? I'm trying to find a way to allow a function in a custom library to not need to know where an I/O pin is until the...
  • C141 syntax errors unable to debug
    am getting c141 error in the below piece of code /***** Utility Functions *****/ void wrdata (BYTE data); error is coming here for the prototype definition also am getting the same error if the...
  • understanding the syntax of MACROs setbit, clearbit
    I want to create a fctn which can set or clear a bit based on the value of a variable. I attempted to incorporate the provided macro fctns; it didn't work. It compiled, but didn't change port state...
  • overlay syntax for a complet module or file
    hello, my program is writing in asm (assembler). I mix a c file for 1 procedure called cfunct1 in my PROCEDURE_C.c file I had a L10 warning : Cannot Determine Root Segment I have write the...