2 lines
121 B
Text
2 lines
121 B
Text
addi $t0,-1 ;assembled the same as "addi $t0,0xFFFF"
|
|
li $t0,-2 ;assembled the same as "li $t0,0xFFFFFFFE"
|