• 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...
  • combine two projects with diff optimizations
    1. I have two projects. One is time critical so I have optimized it with cross-module+level 3+ time. 2. Second is not time critical & want to optimize for size- cross mod+microlib+level2. Can...
  • Combining two assembly programs in a single 8051 chip
    I have to combine 2 assembly programs for my project. But, the problem is that both the programs are different and both are written in assembly. Both the programs start with org0000h and ends with 'end...
  • How to combine .SRC files?
    Hi, As we know the Keil C can generate the .SRC file for each .C file in a project, but without combining them. I need to combine all the .SRC files into one, just like what we saw in the "Deassembly...