Skip to content

Commit

Permalink
Updated tests/mips3.asm
Browse files Browse the repository at this point in the history
  • Loading branch information
gzachos committed Feb 2, 2021
1 parent d843b13 commit 79a26a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/mips3.asm
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.globl main
.text
main:
# li $sp, 0x7ffffffc
li $sp, 0x7fffffff
addi $sp, $sp, -3
# Uncomment the following line when in Default memory configuration
# to go to the stack's highest address.
# li $sp, 0x7ffffffc
# Byte-length ops
li $t1, 0xef
sb $t1, 0($sp)
Expand Down

0 comments on commit 79a26a6

Please sign in to comment.