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 203B

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