• when will lib call _sys_exit(int returncode)?
    hello , everybody I want to know when will lib call _sys_exit(int return_code)? and how about the parameter return_code? I hope this function can help me to find some problem in my program...
  • when will lib call _sys_exit(int returncode)?
    hello , everybody I want to know when will lib call _sys_exit(int return_code)? and how about the parameter return_code? I hope this function can help me to find some problem in my program...
  • _sys_exit return codes
    Where can I get a list of return codes for _sys_exit? My app is hanging here and the call stack is not much use. _sys_exit is being called with 0x80. Thanks, Ben
  • _sys_exit return codes
    Where can I get a list of return codes for _sys_exit? My app is hanging here and the call stack is not much use. _sys_exit is being called with 0x80. Thanks, Ben
  • What's the different (xdata int) and (int xdata)
    Dear All: Could any one tell me What's the different between (xdata int p) and (int xdata p)? Thanks