-
In recent changes I noticed some ASM constructions to set registers to zero, or compare them, in the form:
cmp reg, 0
mov reg, 0
It is compact, and usually faster using:
test reg, reg
xor reg, reg
-
It points to c:\devel\ow19, but is installed to c:\devel\ow
-
Thank you very much for your solution of making Visual Studio applications compatible with older Windows versions.
I try to achieve to run an application on Windows 95 while compiling using Visual …
-
### Output of `checkmake --version`
checkmake built at by with
(Built from commit 03dd76b964dd2cf535a7e1f0efe5731c183a3071 on 2019-11-02 using a freshly installed `go version go1.13.4 lin…
-
Dear @rofl0r, could you be so kind to compile *.exe for Windows 7 x64? I assume it's easier for you, the developer, to do this than it is for me, the user, who simply wants to learn more about compari…
-
Due to the current work on Elf64 support, which might need to swap endian,
i tested a code example to swap 64bit endian.
(I extended the example with a 32bit and a 16bit version)
Additionally, i …
-
Ville, do you object if I/we change the -pedantic option to -pedantic-errors, and add -Wextra? This entails a few minor code tweaks where gcc complains (mainly below-bound array subscript), but I'd lo…
-
Hi
I would love some help building star_cats.
Thanks
-
It's been over a year since ELKS v0.7.0 was released on August 3, 2023.
Following are draft release notes for v0.8.0, please comment if something or someone has been left out.
Thank you to all that …
-
I want to fix FreeDos Keyboard Layouts for Czech/Slovak Keyboards which is defined incorrectly.
The sources here on GitHub are incomplete. Following is missing:
- Key definition compiler KC and KL…