Advertisement
RicardasSim

nasm output formats

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