|
View previous topic :: View next topic
|
| Author |
Message |
lalitha_gld
New User
Joined: 12 Jul 2006 Posts: 24
|
|
|
|
Hi,
I need to setup an assembler program in Xpediter for analysis.The assembler program has called programs as well.
When the main program is setup, I would be able to do a line by line execution of the code.Once I encounter a call to another assembler routine, I need to see the other program as well and try to do a line execution.
Please let me know how to setup the same.
Thanks,
Lalitha. |
|
| Back to top |
|
 |
niks_jude Warnings : 1 Active User
Joined: 01 Dec 2006 Posts: 144 Location: Mumbai
|
|
|
|
1. For this you may need to xped-assemble the called programs along with calling program.
2. In our shop, you cannot go reverse(monitor) assembler programs. This might hold true for your shop too.
3. Interrupt all progams at the beginning itself. Programs would be called in order of execution. |
|
| Back to top |
|
 |
ofer71
Global Moderator

Joined: 27 Dec 2005 Posts: 2358 Location: Israel
|
|
|
|
Try the following from Xpediter's command line (while in the first program): INTERCEPT subprogram_name.
O. |
|
| Back to top |
|
 |
|
|