summaryrefslogtreecommitdiff
path: root/masm/test.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--masm/test.asm22
1 files changed, 22 insertions, 0 deletions
diff --git a/masm/test.asm b/masm/test.asm
new file mode 100644
index 0000000..c3b61fb
--- /dev/null
+++ b/masm/test.asm
@@ -0,0 +1,22 @@
+.text
+.align 2
+
+main:
+ add $zero,$t7,$t7
+ xori $a0, $v1, 69
+ addi $a0, $v1, 69
+ nor $s0, $s1, $s2
+
+ bltzall $s7, 0x50
+
+ lui $t7, 0x55
+ lw $t0, 18($t7)
+
+ sll $t0, $s0, 17
+test:
+ mult $a0, $s6
+
+ mfhi $s0
+ mtlo $s7
+
+ j test