This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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'. So, please give me suggestion to combine 2 assembly programs into a single program.