how to implement this logic in mips

21 views Asked by At
a='Z'
if ('A'<a<'Z'):
print(a.lower())

blt and bgt cant do both of them at the same time because once the condition is met for blt it will branch no matter what of the other condition

blt $t0,'Z',cond \n bgt $t0,'A',cond

0

There are 0 answers