BSD
[nextCH is 0x400100]
nextCh: lb $t0,-3($t2)
beq $t0,$zero,strEnd
add $t9,$t9,$t0
addi $t2,$t2,-12
j nextCh
strEnd:
I can't figure out what to do with strEnd
. How can I represent it in decimal?
BSD
[nextCH is 0x400100]
nextCh: lb $t0,-3($t2)
beq $t0,$zero,strEnd
add $t9,$t9,$t0
addi $t2,$t2,-12
j nextCh
strEnd:
I can't figure out what to do with strEnd
. How can I represent it in decimal?