-
Notifications
You must be signed in to change notification settings - Fork 192
Closed
Labels
Description
The WATT-32 is a multi-platform C TCP/IP library which can be found here:
https://www.watt-32.net/
On the current OW version (and on my old version dating back a few years), wasm fails to assemble their cpumodel.asm file:
The command
wasm cpumodel.asm -bt=dos -3r -dDOSX -dDOS4GW -zq -fr=nul -w3 -d1 get stuck and never returns.
The issue does not exists on Open Watcom 1.9, which assemble the file successfully.
Attached is the cpumodel.asm, which can be assembled out-of-tree for tests.
Reactions are currently unavailable