• combine two hex file ?
    How can I combine two hex files as one to code memory so that the first part starts from 0x0000 and the other one from 0x8000 to 0xFFFF? I use P89C51RD+ and Keil uVision 2. Is it possible to add one hex...
  • combining two Interrupts
    I want to detect positive and negative edges that are generated by a limit switch. 1. I am using P89V51RD2 . 2. I want to do two different tasks upon these edges. 3. I am making use of capture...
  • combining two characters to get an integer
    hi, I want to use monitor51 to test my code that collects some analog data and feeds it to ADC on-board of 8051. I am using uVision2. I have read somwhere that it is necessary to download mon51.exe...
  • Installing diff. versions simultaneoulsy
    Any of you have experience of maintaining several versions of the DK51 Dev. Kit in a computer? If it is possible, how can you do it without messing up with the uninstalling procedures? Thanks in...
  • Diff. between RET & RETI
    What is difference between RETI and RET? regards, peter.