Asmc Library Manager Reference

October 13, 2024 ยท View on GitHub

Asmc Macro Assembler Reference

Asmc Library Manager Reference

In This Section

  • About LIBW
  • Library Manager options

About LIBW

LIBW is a fork of JWlib.

The changes in the JWlib sources are:

  • added a MS LINK comp.id entry in 64-bit import libs for VS
  • added some MS LIB compatible command-line options
  • added module-definition (.def) input

Library Manager options

OptionPurpose
/DEF:filenamePasses a module-definition (.def) file.
/LIST[:filename]Make list (-l)
/MACHINE:{X64|X86}Specifies the target platform.
/NODECNo symbol decoration (.def input).
/NOLOGOSuppresses the startup banner.
/OUT:filenameSpecifies the output file name.

See Also

Asmc Build Tools Reference | Asmc Linker Reference