• what is the definition of AGSICB_REASON
    applicaiton note 154 mentions AGSICB_REASON, but i can not find the definition.
  • what's the definition of struct USER_INFO in RL_TCPnet
    Hi guys, Since the single TCP Connection is success using RL_TCPnet firmware, I want to keep go in the Multiple TCP Connections. The follow link is the description of Multiple TCP Connections on KEIL...
  • Pin definition
    Can I change a pin definition in an assembler module when program is running? I would add a parameter at my assembler routine but if I do my program will not work because the time of esecution is very...
  • Definition misbehaves?
    The definition 'Parameter_Table' has a starange behavior in my code. Is there an error in this code or a bug in C51? In cases 0x20 and 0x21 this code returns quite different (wrong) values compared...
  • definition of terminologies
    1. what is the difference between symbol A and ACC used for accumulator. 2. when i use (in assembly)PUSH A, i get error. PUSH ACC does not give me error. 3. in the debug environment i do not understand...