]> Joshua Wise's Git repositories - firearm.git/blobdiff - tests/anulib.S
Add tests directory.
[firearm.git] / tests / anulib.S
diff --git a/tests/anulib.S b/tests/anulib.S
new file mode 100644 (file)
index 0000000..a77ca26
--- /dev/null
@@ -0,0 +1,11 @@
+       .text
+       .globl _start
+_start:
+       mov sp, #0x2000
+       bl main
+1:     b 1b
+
+       .globl putc
+putc:
+       mcr 5, 0, r0, c0, c0
+       mov pc, lr
This page took 0.021686 seconds and 4 git commands to generate.