Stefan Ring
Stefan Ring
The following file, when built with `uasm -3 -bin -Fl` ``` .model flat .code mov edx, [bp+8] ``` will generate this listing: ``` UASM v2.55, Apr 24 2022, Masm-compatible assembler....
The commented-out `jc exit` in `DPMILDR.ASM`:7339 causes my testcase of running the WinWord 1 OS/2 compiler to crash (testing under WinXP). It was changed in a huge cleanup commit (a0afeeff0c)....
What are your plans for moving over all the remaining content that was in HX 2.17 over to this repo? In particular, I'm waiting for the OS/2 16-bit stuff.
The diag app just stops after getting the 200 response for the code verification request, complaining that it cannot communicate with the server. Any experience with this?
There is room for confusion in the configure line in `README.md`. The variable expansion in SDL_CONFIG is wrong, and even when substituting the correct braces, there is still a `psp/`...