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
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/