• 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 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...
  • Combining C and assembly codes
    Would appreciate if someone can tell/show me how to combine C and assembly code in the Uvision 2?