summaryrefslogtreecommitdiff
path: root/masm/test.asm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--masm/test.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/masm/test.asm b/masm/test.asm
index c3b61fb..1820b62 100644
--- a/masm/test.asm
+++ b/masm/test.asm
@@ -1,6 +1,9 @@
.text
.align 2
+.globl main
+.extern test2
+
main:
add $zero,$t7,$t7
xori $a0, $v1, 69
@@ -19,4 +22,4 @@ test:
mfhi $s0
mtlo $s7
- j test
+ j test2