gujuplayer 0 Newbie Poster

I am not understanding how to convert a 2d array from c to Mips assembly. Like if you had
int array[5][2]={{1,1},{2,2},{3,3},{4,4},{5,5}} how would you convert that to Mips assembly and access it like x=array[0] & y=array[0]?