pltlib.s 152 B

12345678910111213
  1. .section .data
  2. .globl x, y
  3. .size x, 4
  4. x: .long 33
  5. y: .long 44
  6. .section .text
  7. .align 4
  8. .global func
  9. .type func, @function
  10. func:
  11. l.jr r9
  12. l.nop