标签: assembly mips machine-code
我有这段代码:
Loop: addi $16,$16,100000 addi $17,$17,-1 slti $8,$17,1 beq $8,$0,Loop
,我需要将最后一条指令转换为十六进制 不太确定该怎么办