RosettaCodeData/Task/Literals-Integer/MIPS-Assembly/literals-integer-2.mips
2023-07-01 13:44:08 -04:00

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"