• C166 Compiler
    /* file1.c */ static void StaticFunction(void); void main(void) { StaticFunction(); } void StaticFunction(void) { /* something */ } /* file2.c */ void SomeFunction(void) { StaticFunction...
  • 8bit enums
    Hello everyone, I'm using some enums and due to the standard they are 16bit int per default. But in most of my cases 8bit would be sufficient and I'm not loaded with free RAM. I found that the compiler...
  • 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 support
    Hi! Does Keil C166 compiler support complex function calls via function pointers?
  • 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