• Possbile bug with C51 compiler for T89C51RD2 target
    Hi, I have a strange problem with some code, and I am beginning to suspect that there may be a problem with the C51 compiler or at least my use of it. The processor runs on a small custom made...
  • Possbile bug with C51 compiler for T89C51RD2 target
    Hi, I have a strange problem with some code, and I am beginning to suspect that there may be a problem with the C51 compiler or at least my use of it. The processor runs on a small custom made...
  • uVision Watch List Bug
    Hi there, I have a little annoyance that I would love to find a work around for. When I start a debug session using the simulator, the watch list does not always have all the variables I added to...
  • uVision Watch List Bug
    Hi there, I have a little annoyance that I would love to find a work around for. When I start a debug session using the simulator, the watch list does not always have all the variables I added to...
  • C51 750 compile bug!
    volatile unsigned int Wi; Wi= (0x4000*3)/(0x10); //The compliler will make Wi = 0xfc00 !! //The right answere is Wi = 0x0c00!!