Advertisement
flomath

bool

May 1st, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. main:
  2.     li $t1, 10
  3.     li $t2, 1
  4.     blt $t0,0
  5.     sub $t0,$t0,$t1
  6. else:
  7.     bgt $t0, 99
  8.     sub $t0,$t0,$t1
  9.    
  10. else:
  11.     sub $t0, $t0, $t2  
  12.     b endif
  13. endif:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement