Mips, how to read array and print them??
Posted
by Leon
on Stack Overflow
See other posts from Stack Overflow
or by Leon
Published on 2010-05-23T19:38:10Z
Indexed on
2010/05/23
19:40 UTC
Read the original article
Hit count: 251
okay, C++ and java i have no problem learning or what so ever when it comes to mips it is like hell
okay i wanna learn how to read in the an array and print all the element out
here is a simple array that i wrote
int[] a = new int[20];
for(int i=0; i
for(int j=0; j
how do you do it in mips
© Stack Overflow or respective owner