A Register that is used as:
- Stackās base pointer
- Math (when not in a function)
push rbp
is often done at the start of C Functions to save the return address
A Register that is used as:
push rbp
is often done at the start of C Functions to save the return address