Thanks Namqn,
I tried winpic, and micro pro.
but all this softwares are merging hex files with same address locations.
actually I need to change it's address location.
For example:
I created a hexfile for my mater PIC from address location 0000h to 0200h
and created another hex file for slave PIC which has address location from 0000h to 07FFh.
Now I need to load first hexfile in a blank buffer, after that I have to load the second file from 0300h to 0AFFh to the same buffer.
actually while dumping the secong hex file with winpic software, it's overwriting locations from 0000h to 0200h- that's will remove the contents of first file. what I need is to change the address locations of a hex file 0000h as 0300h so that it can be easly merged. any of you know such a software to change the address of a hex file?
I tried to create hex file from MPLAB by applying ORG 0300h instead of ORG 000h.
but it was a failure because some data are changing while I changing the ORG location.
suggesions are appreciated.
Thank you,