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