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.
Is there a way to update the PC register in the aarch64 mode?
When we are at aarch32, we can access PC register directly. But in aarch64 mode, there is no handle to PC register.
Any branch modifies the PC. Maybe you should tell us what you want to achieve.
Hello,
In AArch64 the PC is not a general purpose register:
http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.faqs/ka16240.html
Thanks,
Jason