• LIB CODE size problem
    I have problem with code size. When I check the map file it shows LIB CODE size 631h as follows CODE 0076H 0631H UNIT ?C?LIB_CODE why LIB CODE size such big? what could be the reason?. FYI...
  • function for knowing my IP
    Its there any function to obtain my IP, cause I know my IP but I can't know if I get the good IP with DHCP, should I read in the config file the _IP1 _IP2....? cause they are only #define and in the...
  • How to know parameter list of an assembly function
    I have a .a51 file in my project which has one public function. I dont know about the parameters of this function. How to know the parameter list of an assembly function. Thanks,