• C166 Compiler
    /* file1.c */ static void StaticFunction(void); void main(void) { StaticFunction(); } void StaticFunction(void) { /* something */ } /* file2.c */ void SomeFunction(void) { StaticFunction...
  • C166 : locate some variables in a specified area memory
    Hello, I use Keil µvision 3.60 I need to store some variables from different files.c in the same memory area in order. I saw there are link directives such ORDER, SECTIONS, GROUPS, but it seems these...
  • C166 Compiler support
    Hi! Does Keil C166 compiler support complex function calls via function pointers?
  • C166 doesn't compile
    I use uVision 1.31/C166 on WinXP computer. It was working well but now I've got a problem. When I click Build All there are Compiling messages in Project Status window but compilation seems very fast...
  • C166 Compiler Manual
    File: Keil\C166\hlp\C166.PDF (user's guide 09.00) from page 15 onward running title: Keil Software — C51 Compiler User's Guide instead of: Keil Software — C166 Compiler User's Guide