• Is this a C51 / uvision bug?
    Hi all Below is the result of some debugging. I have isolated some code from a bigger project and have put it into a stand-alone project. I basically don't understand why I can do right bit-shifting...
  • Possible bug with unsized _at_ arrays (C51 v6.14)
    While working with some memory-mapped I/O, I came across some behavior which may be construed as a bug. I declared my memory-mapped stuff as an unsized array of char's in xdata. C51 produced no errors...
  • Error downloading code in POS(Elite 710) using Ingedev 2.31
    When trying to download the code ,i get error: "Can not connect the terminal, verify the communication parameters" this msg is displayed while downloading. Tech. Details: OS : Win 2000 Machine...
  • Possibly a bug in Keil Simulator
    Hello guys, I'm trying to simulate this simple code with Keil UV4.. //----------------------------------------------------------------------------- // Includes //-------------------------------...
  • Possible compilator bug???
    Hi, i need to XOR couple of bytes. Im try to do it by this way: pozice =0; adresa = 0x0A; data = 0x3F; data2 = 0x10; xdat =adresa ^ data ^ data2; //xdat = 0x25; but the output is not XOR...