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]?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.