summaryrefslogtreecommitdiff
path: root/software/asm_main/asm_main.S
diff options
context:
space:
mode:
Diffstat (limited to 'software/asm_main/asm_main.S')
-rw-r--r--software/asm_main/asm_main.S8
1 files changed, 8 insertions, 0 deletions
diff --git a/software/asm_main/asm_main.S b/software/asm_main/asm_main.S
new file mode 100644
index 0000000..6241bb1
--- /dev/null
+++ b/software/asm_main/asm_main.S
@@ -0,0 +1,8 @@
+ .section .text
+ .globl main
+
+
+main:
+ add t0,zero,zero
+1: addi t0,t0, 1
+ j 1b