Ok so I have this assignment in MIPS and have never used it before.
the assignment reads that i need to create a function to find the minimum value
in an array stored in the .word part. how do i move teh info from the array
over to the .text field so i can make all the comparisons and everything?

Any help would be nice.... Thank you

Your mental image of the machine you're programming for is wrong, and your programs will be wrong unless you fix that.

The .text portion holds code, the .data portion holds data. You can label parts of your .data portion and refer to them in your code.

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.