]> git.zerfleddert.de Git - proxmark3-svn/blob - bootrom/ram-reset.s
Implement version information storage and retrieval for the bootrom and the osimage.
[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