summaryrefslogtreecommitdiff
path: root/test.asm
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-09 19:12:42 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-05-09 19:12:42 -0400
commit3240bc6540044d283b09a61d7d48ed562a51ae9b (patch)
tree5b1aaf6df7e9c046afa24c1c56d0959152578b9f /test.asm
Initial Commit
Diffstat (limited to 'test.asm')
-rwxr-xr-xtest.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.asm b/test.asm
new file mode 100755
index 0000000..fbb450b
--- /dev/null
+++ b/test.asm
@@ -0,0 +1,10 @@
+addi $t0, $zero, 10
+addi $t1, $zero, 12
+add $t2, $t1, $t0
+
+add $a0, $t2, $zero
+addi $v0, $zero, 1
+syscall
+
+addi $v0, $zero, 10
+syscall