##// END OF EJS Templates
Cleaned SRC tree
Cleaned SRC tree

File last commit:

r18:bd9ab647f70a default
r44:5f50f7fe4b06 dev_alexis
Show More
ramstartup-1.S
12 lines | 129 B | text/S-plus | GasLexer
.text
.global _startup
.func _startup
_startup:
mov r0, #0
mov r1, #0
ldr lr, =__back
b main
__back:
b __back
.endfunc
.end