Files
raspberrypi/bssdata/start.s
root 467e3eb389 adding bssdata example to explain what I mean about not using .data or zeroing .bss
and what happens to you if you assume something when using my code as a baseline.
2012-09-05 02:43:48 -04:00

14 lines
75 B
ArmAsm

.globl _start
_start:
bl fun
b .
.globl fun2
fun2:
bx lr