Home | History | Annotate | Download | only in ld-m68hc11
      1 ;;; Test 16bit relocate with --xgate-ramoffset
      2 ;;;
      3 	.sect .text
      4 	.globl _start
      5 _start:
      6 
      7   ldw r1,#var
      8   ldw r2,#var+0x106 ; check for correct carry too
      9