• making a short out of a msb+lsb char
    Hi all, I'm new to C and need a hint on an optimization problem. I have a 16 bit counter, divided into two 8bit SFRs, let's say TH0 and TL0, and I want to transfer them to a short. I could: ...
  • Changing #define
    Hello, In programme I have defined #define DEVICE_ID 0x32 But I want to change Device Id when I get command of change Device Address. How should I do it? Regards, Abhijeet R. Mudgal...
  • Compiler change
    Why does declaring a bit within a function like this not work? void function() { data bit pushbutton_dn = (dwrxbuf[3] == PB_DN); } This results in the pushbutton_dn getting assigned to 0x0E...
  • Changing Data Sheet Path?
    I've coppied over the contents of my Keil CDROM root to my local hard drive. Is there a way I can setup Keil to look at a different location other than "D:\"? The CD contents is not located at "c:...
  • changing the starting address
    i need to change the starting location of my pgm frm 00h to say,400h..i followed the steps as per mentioned in.... http://www.keil.com/support/docs/189.htm i can see the changed starting location in...