aboutsummaryrefslogtreecommitdiff
path: root/tests/start.S
diff options
context:
space:
mode:
Diffstat (limited to 'tests/start.S')
-rw-r--r--tests/start.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/start.S b/tests/start.S
deleted file mode 100644
index 76c37bb..0000000
--- a/tests/start.S
+++ /dev/null
@@ -1,12 +0,0 @@
- .global _start
-
-_start:
- la sp, stack_end
- jal main
-done:
- j done
-
- .data
-stack:
- .fill 4096, 1, 0
-stack_end: