summaryrefslogtreecommitdiff
path: root/test/masm/hello.asm
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-01 18:22:10 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-01 18:22:10 -0400
commit091c684bf1d2cca09da001b9170b205dbe5c333f (patch)
treee7dd5091ddb989b1eae35f8a5130a66b2d7b4d9b /test/masm/hello.asm
parentdont hardcode RA in JALR (diff)
downloadmips-091c684bf1d2cca09da001b9170b205dbe5c333f.tar.gz
mips-091c684bf1d2cca09da001b9170b205dbe5c333f.tar.bz2
mips-091c684bf1d2cca09da001b9170b205dbe5c333f.zip
add recursion test, add noops for branch delay slots
Diffstat (limited to 'test/masm/hello.asm')
-rw-r--r--test/masm/hello.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/masm/hello.asm b/test/masm/hello.asm
index 2d64ae5..3819b2a 100644
--- a/test/masm/hello.asm
+++ b/test/masm/hello.asm
@@ -24,3 +24,4 @@ main:
# return 1
li $v0, 0
jr $ra
+ nop