RosettaCodeData/Task/Literals-Integer/MIPS-Assembly/literals-integer-2.mips

3 lines
121 B
Plaintext

addi $t0,-1 ;assembled the same as "addi $t0,0xFFFF"
li $t0,-2 ;assembled the same as "li $t0,0xFFFFFFFE"