]> Joshua Wise's Git repositories - firearm.git/blame - tests/anulib.S
Global: More re-piping, and a bugfix for a bug recently introduced. (Regressions...
[firearm.git] / tests / anulib.S
CommitLineData
4aa2768b
JW
1 .text
2 .globl _start
3_start:
0bd4b39b 4 ldr sp, =0x3FFC
4aa2768b
JW
5 bl main
61: b 1b
7
8 .globl putc
9putc:
10 mcr 5, 0, r0, c0, c0
11 mov pc, lr
This page took 0.029473 seconds and 4 git commands to generate.