projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
691cd0db1958d4ace3e0ab1aa8ddabdb1011e587
[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