Michael Lotz 0f434c4a95 Initialize the stack pointer to allow rPi to jump into C.
The stack pointer is set up so that it uses the space below our .text
section at 0x8000. The stack pointer actually points at one entry less
than the specified address, so it starts at 0x8000 - sizeof(uint32) and
grows downwards from there.
2012-11-27 20:58:30 +01:00
..
2012-11-27 20:25:12 +01:00
2012-11-18 16:42:27 +00:00
2012-11-25 15:07:48 -05:00