Advertisement
Matiasdlsr

b.07

May 5th, 2025
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .text
  2. li x5,33
  3. li x6,57
  4. li x7,91
  5. li x8,93
  6. j bucle
  7.  
  8. bucle:
  9. add a0,x0,x7
  10. li a7,11
  11. ecall
  12. add a0,x0,x5
  13. li a7,11
  14. ecall
  15. add a0,x0,x8
  16. li a7,11
  17. ecall
  18.  
  19. addi x5,x5,1
  20.  
  21. ble x5,x6,bucle
  22.  
  23. fin:
  24. beq x0,x0,fin
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement