• Strange key words
    C166 has key words such as line , inline , ident , error . What does it means?
  • ARM means in a single word
    ARM, it is Processor.
  • static key word in user functions
    Can I use static key word in user function? FUNC char StateMachine(void) { static unsigned char _state; switch(_state) { case 0: ... } }
  • startup.a51
    Hello, I'm using a 8051 chip with 2K of internal data RAM (T89C51SND1). (I'm not using any external memory). May I know how should I set the IDATALEN, XDATASTART, XDATALEN variable in the startup.a51...
  • Startup.a51
    Is it always important to include the file "startup.a51"? Should anything else be included for it to work properly? Thanks