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.
Hi,
Is there any alternate instruction for push/pop since it is not supported in the cortex a55 (64 bit mode)?
Currently I'm doing the stacking of the processor register manually using STP/LDP instructions.
That's the way. If you push/pop multiple registers, I suggest to decrement the SP first than store with offset instead of storing with post-decrement.