aboutsummaryrefslogtreecommitdiff
path: root/usr/src/foo.S
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/foo.S')
-rw-r--r--usr/src/foo.S13
1 files changed, 0 insertions, 13 deletions
diff --git a/usr/src/foo.S b/usr/src/foo.S
deleted file mode 100644
index c26b550..0000000
--- a/usr/src/foo.S
+++ /dev/null
@@ -1,13 +0,0 @@
-.global _start
-.text
-
-_start:
- li a7, 1
- la a0, foo
- ecall
-.Loop:
- j .Loop
-
-.section .rodata
-foo:
- .string "foo\n"