-
I would like to be able to do something in an __asm block (like some INT 21h functions) then after the ASM block, have an IF statement execute it's contents if CF=0 (carry not set), ELSE do something …
-
Running hjwasm 2.28 on a 64-bit linux system (32-bit Windows version still crashes rather than displaying error messages), I get a rather unhelpful error message:
Error A2168: General Failure
Co…
-
https://github.com/sparky4/owwolf3d is a port of wolfenstien3d over to openwatcom and this is a 16 bit port 32 bit ports have been done but not 16 bit
my issue is
Error! E2020: size of group DGROUP …
-
https://github.com/bmstu-iu9/simple-refal/blob/7c2000d7f221f7896d010d786581ed64ffeb9ef1/src/srlib/refalrts.cpp#L3308-L3321
использование функции sscanf в таком виде небезопасно.
В спецификаторе фор…
-
If I have setup my own OW environment for testing I can not work with doslib build because it override PATH variable even if it is already setup.
Below is simple fix for linux-ow.sh which ensure th…
-
I would like to write my own libc using Open Watcom compiler. The issue I am facing is that the compiler is forcing __STDC_LIB_EXT1__'s value. I believe this definition should be part of libc and not …
-
I was investigating my options for parsing EXE files to determine what environment to auto-fill in my experimental game launcher (ie. DOSBox, Wine, Wine+qemu-user, Mono, etc.) and I managed to trigger…
-
Can be downloaded here: https://sourceforge.net/projects/openwatcom/files/open-watcom-1.9/
-
Latest HJWAsm32 crashes. Download the zip file below. Run crash.bat. Sorry the zip file is so big, trimming it down to minimum size would be a bit tedious.
https://www.dropbox.com/s/08kf4qyssvq4…
-
//NTS we have to construct the command line into tmp.cmd because for MS-DOS
//systems all arguments would exceed the pitiful 128 char command line limit
.C.OBJ:
%write temp.cmd $(CFLAGS_THIS) $(CF…