aboutsummaryrefslogtreecommitdiffstats
path: root/c_compiler/test/out/04.s
diff options
context:
space:
mode:
Diffstat (limited to 'c_compiler/test/out/04.s')
-rw-r--r--c_compiler/test/out/04.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/c_compiler/test/out/04.s b/c_compiler/test/out/04.s
index 992f12a..a91af30 100644
--- a/c_compiler/test/out/04.s
+++ b/c_compiler/test/out/04.s
@@ -4,6 +4,11 @@ main:
addiu $sp,$sp,-16
sw $fp,12($sp)
move $fp,$sp
+ li $2,3
+ sw $2,4($fp)
+ li $2,5
+ sw $2,8($fp)
+ lw $2,8($fp)
move $sp,$fp
lw $fp,12($sp)
addiu $sp,$sp,16