i have to develop software for providing communication between PC and XC167 microcontroller in linux platform. i am using serial bootstrap loader on serial port ASC0 for communication. I have written the interfacing program and monitor program for writting and reading of the words and loading of the hexfile in the microcontroller (similar to MINI MON tool).But while writing the monitor program for execution of the loaded file in the microcontroller I am facing problems.The problem is that, I am not able to understand whether the loaded program is getting executed or not. I am modifing the CSP and IP registers to corresponding address locations where the loaded hexfile is present by RETS command( Before this this command i am storing that address location in to the stack).
plz can any one tell how to execute the loaded file.