Home | History | Annotate | Download | only in ld-i386
      1  .text
      2  .code16
      3  .global _start, fwd
      4 _start:
      5 	jcxz	fwd
      6  .rept 10
      7 	testl $0x12345678, %ss:0x76543210(,%eax,4)
      8  .endr
      9 fwd:
     10 	leave
     11 	ret
     12