option-pe.md
April 16, 2025 ยท View on GitHub
Asmc Macro Assembler Reference
option -pe
Option -pe will make Asmc create a binary in Windows PE format.
Extended options
| Option | Global | |
| -pec | __CUI__ | Subsystem Console (default) |
| -peg | __GUI__ | Subsystem Windows |
| -ped | __DLL__ | Builds a DLL |
You can use the comment pragma to specify some linker options.
Valid options are /BASE, /ENTRY, /FIXED, /LARGEADDRESSAWARE, /MANIFESTDEPENDENCY, /SUBSYSTEM, and /DLL.