- New DOSLIB 16-bit real mode linker for COM and EXE files.
- Linker can link objects considering the 0x100 offset of COM files (where Open Watcom doesn't)
- Linker can also make EXE files
- Linker can also make relocatable COM files (comrel) where the OBJ files are linked as if COM, then a relocation table and init code is appended to the image that applies segment relocations.
- NOTE: Not for use with anything compiled against any C runtime