test_sl.S 360 B

123456789101112131415161718192021222324252627282930
  1. .text
  2. .align 2
  3. .globl _start
  4. _start:
  5. addi x20, x0, -1
  6. addi x21, x0, 0
  7. addi x22, x0, 0
  8. add x23, x0, x0
  9. add x24, zero, zero
  10. addi x25, x0, 0
  11. nop
  12. nop
  13. nop
  14. nop
  15. sb x20, 0(x0)
  16. lb x21, 0(x0)
  17. lh x22, 0(x0)
  18. lw x23, 0(x0)
  19. lbu x24, 0(x0)
  20. lhu x25, 0(x0)
  21. loop:
  22. jal x0, loop
  23. nop
  24. nop
  25. nop
  26. .end _start
  27. .size _start, .-_start