| |||||||||||||
On-Line Manuals RealView Libraries and Floating Point Support Guide | Creating the stack
Specify the initial stack pointer by defining a symbol Example 3.4 shows how to set up the initial stack pointer using assembly language. Example 3.4. Assembly language EXPORT __initial_sp __initial_sp EQU 0x100000 ; equal to the top of the stack Example 3.5 shows how to set up the initial stack pointer using embedded assembler in C. | ||||||||||||
| |||||||||||||