You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

nullprefix.S 163B

12345678910111213
  1. .org 0
  2. .text
  3. .arch i386
  4. .section ".prefix", "ax", @progbits
  5. .code16
  6. _prefix:
  7. .section ".text16", "ax", @progbits
  8. prefix_exit:
  9. prefix_exit_end:
  10. .previous