pmem.s 213 B

123456789101112131415
  1. # Test for PRU pmem relocations
  2. .global byte_sym
  3. .global short_sym
  4. .global long_sym
  5. .set byte_sym, 0xFA
  6. .set short_sym, 0xFACE
  7. .set long_sym, 0xDEADBEEF
  8. .text
  9. .global _text_label
  10. nop
  11. _text_label:
  12. nop