Advertisement
Lautaroleguizamon

B13

Sep 13th, 2023 (edited)
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .data
  2.     numero: .string "1234"
  3. .text
  4.     la x5 numero
  5.     lb x6 0(x5)
  6.     lb x7 1(x5)
  7.     lb x8 2(x5)
  8.     lb x9 3(x5)
  9.     li a7 11
  10. mostrar:
  11.     addi a0 x9 0
  12.     ecall
  13.     addi a0 x8 0
  14.     ecall
  15.     addi a0 x7 0
  16.     ecall
  17.     addi a0 x6 0
  18.     ecall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement