relax-diff1.s 233 B

123456789101112131415161718
  1. .globl _start
  2. .globl _ResetVector
  3. .text
  4. _ResetVector:
  5. _start:
  6. .literal_position
  7. movi a2, 0x12345678
  8. movi a2, 0x12345678
  9. 1:
  10. .space 250
  11. 2:
  12. .space 65530
  13. 3:
  14. .align 4
  15. .byte 1b - 2b
  16. .byte 2b - 1b
  17. .short 2b - 3b
  18. .short 3b - 2b