
semihost client example program
lpc810.s
- Committer:
- va009039
- Date:
- 2014-02-20
- Revision:
- 0:7a8fdb1e6615
File content as of revision 0:7a8fdb1e6615:
;patch for lpc810 ; PRESERVE8 THUMB AREA |.text|, CODE, READONLY Reset_Handler PROC EXPORT Reset_Handler IMPORT SystemInit IMPORT __main LDR R0, =0x10000400 MOV SP,R0 LDR R0, =SystemInit BLX R0 LDR R0, =__main+4 BX R0 ENDP ALIGN END