• how to realize exit(0) function in keilC51
    HI: We can use exit(0) instruction to exit a normally running routine in C language. But exit(0) is not being in the KEILC51.Now how can I realize the same function as exit(0) instruction with other...
  • how to realize exit(0) function in keilC51
    HI: We can use exit(0) instruction to exit a normally running routine in C language. But exit(0) is not being in the KEILC51.Now how can I realize the same function as exit(0) instruction with other...
  • how to simulate UART program in Keilc51
    Sir, Here is my UART program... $ org 000h ljmp begin org 23h ljmp serial_IT ;/** ; * FUNCTION_PURPOSE: This file set up uart in mode 1 (8 bits uart) with ; * timer 1 in mode 2 (8 bits auto reload...
  • how to simulate UART program in Keilc51
    Sir, Here is my UART program... $ org 000h ljmp begin org 23h ljmp serial_IT ;/** ; * FUNCTION_PURPOSE: This file set up uart in mode 1 (8 bits uart) with ; * timer 1 in mode 2 (8 bits auto reload...
  • KeilC51
    Note: This was originally posted on 15th July 2011 at http://forums.arm.com 1: My main program is assembly code and written 1 years ago. If I need to add new function to call a sub-routine which was written...