To allocate an int array on the stack you could use: #save $ra addi $sp $sp -4 #give 4 bytes to the stack to store the frame pointer sw $fp 0($sp) #store ...
確定! 回上一頁