]> git.zerfleddert.de Git - proxmark3-svn/blob - bootrom/ram-reset.s
Add a common linker script with the memory map for the complete project
[proxmark3-svn] / bootrom / ram-reset.s
1 .extern BootROM
2
3 .section .startphase2,"ax"
4 .code 32
5 .align 0
6
7 .global ramstart
8 ramstart:
9 ldr sp, = 0x0020FFF8
10 bl BootROM
Impressum, Datenschutz