• what is mean of the key word "XBPSTACK" in the startup.a51 and how uses it!
    what is mean of the key word "XBPSTACK" in the startup.a51 and how uses it!
  • what is mean of the key word "XBPSTACK" in the startup.a51 and how uses it!
    what is mean of the key word "XBPSTACK" in the startup.a51 and how uses it!
  • Strange key words
    C166 has key words such as line , inline , ident , error . What does it means?
  • Strange key words
    C166 has key words such as line , inline , ident , error . What does it means?
  • 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: ... } }