• about sio.c
    What is sio.c file? What is it used for? I can't find a clear answer on line. Please help. Thanks
  • WHAT IS WRONG
    I HAVE THIS CODE AND NEED TO SAY WHAT IS WRONG HELP ME PLZ LD R0,#>RAMSAVE LD R1,#<RAMSAVE LDE R2,@RR0 LD SV0_RAM,R2 INCW RR0 LDE R2,@RR0 LD SV1_RAM,R2 INCW RR0 LDE R2,@RR0 LD TX_RAM,R2 JP LL9...
  • What's wrong with my struct *
    I'm using 80c390 in 24-bit mode (a TINI board). If I define the following: struct rtc { unsigned char seconds; unsigned char minutes; unsigned char hours; } struct rtc *p_time; I have a...
  • What's wrong with my program?
    I'm trying to generate a square frequency with C51. After playing around for some hours with the debuger I Know which line is giving me a headacke. The important lines ( in bold ) of the algorithm...
  • What's wrong with the define of STRUCT?
    Hello all, My project with 3 files as following ,the MAIN is in sys.c,all 3 files are compiled well each other. File a: including sys.c and common.h File b: including rtk.c and rtk.h File c: including...