@rafael2k writes (from #1443 (comment)):
In the meantime I tried to compile a full feature assembler, and managed to compile all files of JWasm (created a fork here: https://github.com/rafael2k/emasm ), just got some linking errors:
wmake -f OWELKS.mak
(...)
Error! E2028: alloca_ is an undefined reference
Error! E2028: strupr_ is an undefined reference
Error! E2028: remove_ is an undefined reference
Error! E2028: clock_ is an undefined reference
Error! E2028: __U8RS is an undefined reference
Error! E2028: _U8LS is an undefined reference
Error! E2028: ftruncate is an undefined reference
Error! E2028: __PIA is an undefined reference
Next for me is understand the owc build system to "remove" wlink and wasm from the owc build system.
@rafael2k writes (from #1443 (comment)):