We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
How to change program counter in a C program?
hi sreenadhs
with normal compiler like turbo c you can't change because the compiler designers restricted the access to modify them due to system instability errors,if you are working on controller you can change the Program counter value refer "debug architecture" chapter in "Definitive guide to cortex-M3" book. hope this might helpful to you.
Thanks and Regards,
Harshan