• Return from a function is not stable! - C51
    Dear All, In the below program, main function calls "yaz" function 10 times. it works fine without any problem with the global variable definition marked as " bold " "unsigned char i" altough it...
  • Return from a function is not stable! - C51
    Dear All, In the below program, main function calls "yaz" function 10 times. it works fine without any problem with the global variable definition marked as " bold " "unsigned char i" altough it...
  • WHY KEIL DOES NOT HAVE DELAY FUNCTION LIKE TURBO C
    Hello all, 1) can any one help me to write function in keil c51, like " delay(int milli sec)" like in turbo c/c++. 2) for above i want to use present project's crystal value (like variable) in user...
  • WHY KEIL DOES NOT HAVE DELAY FUNCTION LIKE TURBO C
    Hello all, 1) can any one help me to write function in keil c51, like " delay(int milli sec)" like in turbo c/c++. 2) for above i want to use present project's crystal value (like variable) in user...
  • Stack not reset correctly when have structure returned from function array
    We have C compilers version 4.03 and was wondering if any compiler versions after this has this problem. We have a function array set up to point to functions that return a structure. We have found...