Hello,
I have a code that crashes on a function entry on push rbpWhat might be the cause for the crash ?Thank you
push rbp
Hello hbdevelop1
Please could you take a look at https://community.arm.com/support-forums/ and let me know which forum I can move this question to please?
Many thanks
Oli
Arm Community Manager
Hi Oliver,I think architectures-and-processors forum is a more appropriate one.Thank you
Done :)
Hi hbdevelop1!
As far I know, RBP is the 64 Bit base pointer register on x86_64 (amd64). Is this code for x86?
Anyway, misalignment from the stack could be the reason (both ARM and x86 architectures).
Thank you, Krotti42.1- Would there be a way to know if the code is for x86 ?2- Would you have an answer for https://community.arm.com/community-help/f/community-help-forum/55235/documents-for-amd-eng-sample-cpu ?3- Would you know the differences between ARM and x86 ?Thank you
There are many comparisons online. For example:https://history-computer.com/arm-vs-x86-whats-the-difference/