summaryrefslogtreecommitdiff
path: root/input/simple.asm
diff options
context:
space:
mode:
Diffstat (limited to 'input/simple.asm')
-rw-r--r--input/simple.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/input/simple.asm b/input/simple.asm
new file mode 100644
index 0000000..3e60ee8
--- /dev/null
+++ b/input/simple.asm
@@ -0,0 +1,5 @@
+ addi $sp $0 512
+ addi $5 $0 1
+ store $5 0($sp)
+ addi $5 $0 2
+ store $5 1($sp)