]> Joshua Wise's Git repositories - firearm.git/blob - tests/anulib.S
a77ca2690b4bbfeb2fc863f944dce4c98de7ce76
[firearm.git] / tests / anulib.S
1         .text
2         .globl _start
3 _start:
4         mov sp, #0x2000
5         bl main
6 1:      b 1b
7
8         .globl putc
9 putc:
10         mcr 5, 0, r0, c0, c0
11         mov pc, lr
This page took 0.014095 seconds and 2 git commands to generate.