• C166 lib
    Who can say anything about subroutins (lib): CALLA cc_UC,?C_LMUL CALLA cc_UC,?C_FCAST CALLA cc_UC,?C_FPADD and s.o. Where can I find any information about that? Thanks
  • c166 interrupts
    How can I cause an interrupt to load a function when my P8.5 goes high? Thank you
  • C166:XC2785
    I write simple code for toggle PORT2.0 of xc2785 in keil simulator. when i start the simulator,the IO port not toggled. this is my IO port setting. Some thing is wrong in the (Peripheral/IO-ports...
  • C166 preprocessor
    Hi all, Is there an official specification of the Keil C166 preprocessor output? We're currently using 3.12. - Do lines always start with #line or can there be whitespace in front of #line? ...
  • C166 Compiler
    /* file1.c */ static void StaticFunction(void); void main(void) { StaticFunction(); } void StaticFunction(void) { /* something */ } /* file2.c */ void SomeFunction(void) { StaticFunction...