• 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...
  • Combining C and assembly codes
    Would appreciate if someone can tell/show me how to combine C and assembly code in the Uvision 2?
  • combine assembler and C-code?
    How can i combine assmebler files and C code. How do i hand over the paramters in a function call? How must the function declaration look like in the headerfile? For example: application written in C...