Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .data
- .text
- .globl main
- .ent main
- main:
- li $t0, 35
- li $t1, 20
- addi $sp, $sp, -4
- sw $t0, ($sp)
- addi $sp, $sp, -4
- sw $t1, ($sp)
- lw $t0, ($sp)
- addi $sp, $sp, 4
- lw $t1, ($sp)
- addi $sp, $sp, 4
- li $v0, 10
- syscall
- .end main
Add Comment
Please, Sign In to add comment