• 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...
  • How to write interrupt function in assembly in keilc51?
    I want to write the interrupt routines in assembly ,i don't want to use inline assembly.
  • 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...
  • about error C212 in keilC51
    hi: when I compile the below code ,the keil51 emergered a error : error C212: indirect call: parameters do not fit within registers . source code: typedef struct NODE{ struct NODE *link;...
  • How to realize mulicast loop function with RL-TCPnet ?
    Hi, everyone ! I want to transplant a linux net application to RTX and RL-TCPnet platform. Anyone can give me some suggestion about the realization of IP_MULTICAST_LOOP with RL-TCPnet. (I want device...