Download Pelles C here: http://www.pellesc.se
#include <stdio.h>
int main(void)
{
int i = 1;
int s = 0;
do {
//s = s + (i*i)/i; // works
s = s + ((i << 1) >> 1); // works
i++;
} while (i <= 10);
printf("i = %d\n", i);
printf("Sum = %d\n", s);
return 0;
}#include <stdio.h>
int main(void)
{
int i = 0;
int s = 0;
do {
++i;
s = s + i;
} while (i <= 9);
printf("i = %d\n", i);
printf("Sum = %d\n", s);
return 0;
}
_text SEGMENT PARA 'CODE'
main PROC
sub rsp, 40
lea rcx, [@154]
call printf
lea rcx, [@156]
mov edx, 55
call printf
xor eax, eax
add rsp, 40
ret
main ENDP
_text ENDS
.rdata SEGMENT PARA 'CONST'
@156 label byte
db 53H, 75H, 6DH, 20H, 3DH, 20H, 25H, 64H ; 0000 _ Sum = %d
db 0AH, 00H
@154 label byte
db 69H, 20H, 3DH, 20H, 25H, 64H, 0AH, 00H ; 000A _ i = %d..
.rdata ENDS
for (i=1;i<11;i=i-(-1))Quote from: Pelle on April 18, 2026, 05:58:35 PMI am deliberately filtering the fonts list. At least last time I checked, several years ago, not doing this filtering gave me many fonts I couldn't use.I check the output of your code paste below.
I will have to think about this (when I can find the time)...
Quote from: Pelle on April 19, 2026, 09:36:31 PMThe version is in many places, this place is less important. I will fix this some day.Thank you!
To get some progress here, could you please compile and run the following program. If you see fonts in the output that you want, but don't see in the IDE, please post the following info:
1) The 6 lines following "#1: LOCALE FONT SIGNATURE"
2) The 3-9 lines from "#2: LIST OF FONTS" for the missing font(s).
lfFaceName: "Consolas"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: ANSI_CHARSET
ntmFontSig.fsUsb[0]: 0xe00006ff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0x0000fcff (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00000001 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x6000019f (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xdfd70000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Consolas"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: GREEK_CHARSET
ntmFontSig.fsUsb[0]: 0xe00006ff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0x0000fcff (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00000001 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x6000019f (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xdfd70000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Consolas"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: TURKISH_CHARSET
ntmFontSig.fsUsb[0]: 0xe00006ff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0x0000fcff (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00000001 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x6000019f (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xdfd70000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Consolas"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: BALTIC_CHARSET
ntmFontSig.fsUsb[0]: 0xe00006ff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0x0000fcff (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00000001 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x6000019f (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xdfd70000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Consolas"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: EASTEUROPE_CHARSET
ntmFontSig.fsUsb[0]: 0xe00006ff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0x0000fcff (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00000001 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x6000019f (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xdfd70000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Consolas"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: RUSSIAN_CHARSET
ntmFontSig.fsUsb[0]: 0xe00006ff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0x0000fcff (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00000001 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x6000019f (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xdfd70000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Consolas"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: VIETNAMESE_CHARSET
ntmFontSig.fsUsb[0]: 0xe00006ff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0x0000fcff (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00000001 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x6000019f (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xdfd70000 (mask locale => 0000000000)
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: ANSI_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: HEBREW_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: ARABIC_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: GREEK_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: TURKISH_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: BALTIC_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: EASTEUROPE_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: RUSSIAN_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Code"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: VIETNAMESE_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: ANSI_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: HEBREW_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: ARABIC_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: GREEK_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: TURKISH_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: BALTIC_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: EASTEUROPE_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: RUSSIAN_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: VIETNAMESE_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: ANSI_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: HEBREW_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: ARABIC_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: GREEK_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: TURKISH_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: BALTIC_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: EASTEUROPE_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: RUSSIAN_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
------------------------------
lfFaceName: "Cascadia Mono SemiBold"
dwFontType: TRUETYPE_FONTTYPE
lfCharSet: VIETNAMESE_CHARSET
ntmFontSig.fsUsb[0]: 0xa1002aff (mask locale => 0000000000)
ntmFontSig.fsUsb[1]: 0xc200f9fb (mask locale => 0000000000)
ntmFontSig.fsUsb[2]: 0x00040020 (mask locale => 0000000000)
ntmFontSig.fsUsb[3]: 0000000000 (mask locale => 0000000000)
ntmFontSig.fsCsb[0]: 0x600001ff (mask locale => 0000000000)
ntmFontSig.fsCsb[1]: 0xffff0000 (mask locale => 0000000000)
Quote from: Pelle on April 18, 2026, 05:52:29 PMI my experience, enabling the optimizer on poorly written C code is more of a problem than the optimizer itself.
#include <stdio.h>
int main(void)
{
int i;
int s=0;
for (i=1;i<11;i++)
{
s=s+i;
}
printf("i = %d\n",i);
printf("Sum = %d\n",s);
return 0;
}#include <stdio.h>
int main(void)
{
int i = 1;
int s = 0;
do {
s = s + i;
i++;
} while (i <= 10);
printf("i = %d\n", i);
printf("Sum = %d\n", s);
return 0;
}
Page created in 0.040 seconds with 15 queries.