test.S 319 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .text
  2. .align 2
  3. .globl _start
  4. _start:
  5. addi x1, x0, 420
  6. nop
  7. nop
  8. nop
  9. nop
  10. nop
  11. addi x2, x0, -69
  12. nop
  13. nop
  14. nop
  15. nop
  16. nop
  17. slt x3, x1, x2
  18. nop
  19. nop
  20. nop
  21. nop
  22. nop
  23. sltu x4, x1, x2
  24. nop
  25. nop
  26. nop
  27. nop
  28. nop
  29. loop:
  30. jal x0, loop
  31. nop
  32. nop
  33. nop
  34. .end _start
  35. .size _start, .-_start