]> git.zerfleddert.de Git - proxmark3-svn/blob - bootrom/ram-reset.s
3dd77a895cb22d73a028561e2eec601a9ec34ad3
[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, .stack_end
10 bl BootROM
11
12 .stack_end:
13 .word _stack_end
Impressum, Datenschutz