mixed1a.s 159 B

123456789
  1. # Test linking incompatible object file types.
  2. .text
  3. .global _start
  4. _start:
  5. movhi r2, %hiadj(foo)
  6. addi r2, r2, %lo(foo)
  7. ldw r2, 0(r2)
  8. cmpeq r2, r2, zero