Guest User

Untitled

a guest
Feb 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     # Process counter
  2.     add     $t0,    $t0,    1       # Add 1 to counter
  3.        
  4.     # If the character is $ the loop finishes
  5.     bne     $s0,    $s1,    readloop    # Branch when the character is not $
Add Comment
Please, Sign In to add comment