New Array Mips Full Code [closed]

ok i did it my self, meaby somebody will use it too, so i just posting my code 😉 .data how: .asciiz “The size of array: ” give: .asciiz “Next value: ” writ: .asciiz “Value in array: ” n: .asciiz “\n” .text li $v0, 4 la $a0, how syscall li $v0, 5 syscall move $t8, … Read more