Advertisement
Guest User

NASM valid output formats

a guest
May 26th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. valid output formats for -f are (`*' denotes default):
  2. * bin flat-form binary files (e.g. DOS .COM, .SYS)
  3. ith Intel hex
  4. srec Motorola S-records
  5. aout Linux a.out object files
  6. aoutb NetBSD/FreeBSD a.out object files
  7. coff COFF (i386) object files (e.g. DJGPP for DOS)
  8. elf32 ELF32 (i386) object files (e.g. Linux)
  9. elf64 ELF64 (x86_64) object files (e.g. Linux)
  10. elfx32 ELFX32 (x86_64) object files (e.g. Linux)
  11. as86 Linux as86 (bin86 version 0.3) object files
  12. obj MS-DOS 16-bit/32-bit OMF object files
  13. win32 Microsoft Win32 (i386) object files
  14. win64 Microsoft Win64 (x86-64) object files
  15. rdf Relocatable Dynamic Object File Format v2.0
  16. ieee IEEE-695 (LADsoft variant) object file format
  17. macho32 NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (i386) object files
  18. macho64 NeXTstep/OpenStep/Rhapsody/Darwin/MacOS X (x86_64) object files
  19. dbg Trace of all info passed to output stage
  20. elf ELF (short name for ELF32)
  21. macho MACHO (short name for MACHO32)
  22. win WIN (short name for WIN32)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement