Home | History | Annotate | Download | only in prefix
      1 	.org	0
      2 	.text
      3 	.arch i386
      4 
      5 	.section ".prefix", "ax", @progbits
      6 	.code16
      7 _prefix:
      8 
      9 	.section ".text16", "ax", @progbits
     10 prefix_exit:
     11 
     12 prefix_exit_end:
     13 	.previous
     14