######################################################### # CS61C, Project 2, Spring 2007 # Student Name: # Student ID: # Section: # TA: ######################################################### .text ######################################################### # Declare your global labels here # You can only set breakpoints at global labels ######################################################### .globl sprintf ######################################################### # sprintf definition ######################################################### sprintf: # Your code goes here jr $ra