• 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...
  • can't find what's wrong
    Maybe someone can help me out. I thought I solved the problem, but something else seems to be wrong. I have a project using a 87C51RA+ using only on chip Ram and Rom. I have three _at_ definitions pointing...
  • 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...
  • can't find what's wrong
    Maybe someone can help me out. I thought I solved the problem, but something else seems to be wrong. I have a project using a 87C51RA+ using only on chip Ram and Rom. I have three _at_ definitions pointing...
  • what Is wrong With This code
    i tried this code and it is failes! what is wrong? #define BEGIN { // use proper blocks #define END } #define INC ( i) i = i + 1 // invrement variable i int* testtest() BEGIN int buf1 [ 10 ...