In MIPS Assembly how would I go about creating a program that would create an array of different size based on user input?
For example, the program would ask the user to input an integer X and create an array of length X.
Any code examples would be greatly appreciated.