ALink

From OSDev.wiki
Revision as of 07:45, 4 January 2007 by osdev>Jhawthorn (spelling)
Jump to navigation Jump to search

ALink (Anthony's Linker) was written as a companion to NASM, its aim to provide a free linker that supports NASM's output formats and support some of the more popular executable formats. ALink is hosted at SourceForge, http://alink.sourceforge.net, and had its last file release in 2000.

Pros
  • It is free
  • Supports input formats OMF/OBJ, Win32/COFF objects
  • Supports output as DOS/COM, DOS/EXE, Win32/PE
  • Can build Win32/PE DLL files
  • Can set the code address
  • Supports .LIB (OBJ) library files
Cons