github joncampbell123/doslib doslib-20180729-0059
Occasional release: 16-bit DOS linker work

latest releases: doslib-20250729, doslib-20241126, doslib-20201013-2322...
7 years ago

LNKDOS16:

  • COM and EXE targets
  • COMREL target, in which absolute segment references are allowed through the linker appending a relocation table + fixup code to the end of the .COM file during linking
  • COM option now supports 0 and 100h as well as any arbitrary offset
  • Segments are now sorted by group, then class
  • BSS and STACK are automatically moved to the end of the image
  • COMREL now allows the OBJ file to determine the placement of the relocation table and fixup code by defining the __COMREL segments itself
  • Fixed linker not to allow self-relative offset FIXUPP records that refer to another segment if the other segment has a different segment base

Don't miss a new doslib release

NewReleases is sending notifications on new releases.