hexa fixup

This commit is contained in:
Debucquoy Anthony 2023-05-08 09:32:02 +02:00
parent 690720e54d
commit d0ef521917
Signed by: tonitch
GPG Key ID: A78D6421F083D42E

View File

@ -5,7 +5,6 @@ q1: .asciiz "Entrez un nombre"
main:
li $v0, 4
la $a0, q1
la $t9, hex
syscall
li $v0, 5
@ -16,6 +15,7 @@ main:
divi:
div $v0, $t0
mfhi $t2
la $t9, hex
addu $t9, $t9, $t2
lb $a0 0($t9)
li $v0, 11