diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-05-07 18:43:51 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-05-07 18:43:51 -0600 |
commit | aaafaee0d5f8eafff3680f5443e6e8a66d7a2545 (patch) | |
tree | a1870830f4555227536330387e5ae856cec49e2d /output/ex99.s | |
parent | 9a025aeaeb4104d6a66baaa575c669231d5d76bc (diff) |
Fix calling Labels Condense
Diffstat (limited to 'output/ex99.s')
-rw-r--r-- | output/ex99.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/output/ex99.s b/output/ex99.s index d75bb99..f401cf2 100644 --- a/output/ex99.s +++ b/output/ex99.s @@ -19,7 +19,7 @@ foo: add $s1 $a0 $t9 sw $s0 -28($fp) sw $s1 -24($fp) - jalr $bar + jal bar move $a0 $v0 move $t9 $v0 add $s2 $a0 $t9 |