ARM recommends that you use__user_setup_stackheap()in preference to__user_initial_stackheap(). The differences between__user_initial_stackheap()and__user_setup_stackheap()are: __user_initial_stackheap()receives the stack pointer (containing the same value it had on entry to__main()) inr1,...