突然出現一堆檔案
我還以為被駭了@@
結果不是
public String password;改成
private String password; public String getPassword(){ return this.password; } public void setPassword(String password){ this.password = password; }看起來好像多了很多行
addi $t0, $zero, 4097 # $t0 = 0x00001001 sll $t0, $t0, 16 # set the base address of array into $t0 = 0x10010000
lw $t1, 0($t0) # 第一個(index = 0) lw $t1, 4($t0) # 第二個(index = 1) lw $t1, 8($t0) # 第三個(index = 2) lw $t1, 12($t0) # 第四個(index = 3)