emit-relocs-1a.s 344 B

12345678910111213141516171819202122232425
  1. .text
  2. .align 4
  3. .globl _start
  4. .type _start, @function
  5. _start:
  6. jr $31
  7. .section .merge1,"aMS",@progbits,1
  8. A: .string "utter"
  9. .section .merge2,"aMS",@progbits,1
  10. B: .string "tasting"
  11. .section .merge3,"aM",@progbits,4
  12. C: .4byte 0x100
  13. D: .4byte 0x200
  14. .data
  15. .align 4
  16. E: .4byte E
  17. .4byte E + 0x1000
  18. .4byte A
  19. .4byte B
  20. .4byte C
  21. .4byte D