News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

Recent posts

#21
In Memory of Hutch' / Re: Hi from Hutch
Last post by six_L - May 29, 2025, 03:26:09 PM
RIP Hutch.
Hutch has been away from us for 2 years. We are very lucky. The career he started is still continuing.
#22
The Workshop / Re: How to design a program (b...
Last post by NoCforMe - May 29, 2025, 01:54:41 PM
Quote from: daydreamer on May 29, 2025, 12:16:03 PM
Quote from: NoCforMe on May 28, 2025, 02:09:49 PMSo you're saying that all male Swedes are horny dudes?
Of course, otherwise swedes would become extinct long ago
Here also lives Danes,Finnish, former jugoslavia, Arabs...

Welll, there are normal reproductive urges, and then there's extreme horniness, which isn't the same thing.

It's like Groucho Marx once said: "I love my cigar too, but I take it out of my mouth once in a while".
#23
The Workshop / Re: How to design a program (b...
Last post by daydreamer - May 29, 2025, 12:16:03 PM
Quote from: NoCforMe on May 28, 2025, 02:09:49 PMSo you're saying that all male Swedes are horny dudes?
Of course, otherwise swedes would become extinct long ago
Here also lives Danes,Finnish, former jugoslavia, Arabs...
#24
The Workshop / Re: FputoString format
Last post by daydreamer - May 29, 2025, 12:09:15 PM
Great code Siekmanski  :thumbsup:
#25
In Memory of Hutch' / Re: Hi from Hutch
Last post by daydreamer - May 29, 2025, 12:04:52 PM
Here it's a holiday,so i drink a glass of whisky, cheers, remember hutch was whisky guy

#26
In Memory of Hutch' / Re: Hi from Hutch
Last post by jj2007 - May 29, 2025, 08:48:40 AM
Done, too, but after noon 🍷🍷🍷
#27
Pelle's C compiler and tools / Re: float error
Last post by TimoVJL - May 29, 2025, 03:11:30 AM
add crt.lib/crt64.lib to linker's commandline, if some math function depends from it.
-nodefaultlib option rejects -defaultlib:crt.lib from object file .drectve section.

With pope.exe is possible to check symbols from object files.
With crt and map file might give used symbols too.
#28
In Memory of Hutch' / Re: Hi from Hutch
Last post by Quin - May 29, 2025, 02:28:45 AM
RIP Hutch, hopefully he's looking down on us laughing at our puny program crashes.
He helped make an amazing SDK, and build a great community. I'm sad I never got to speak with him.
#29
Pelle's C compiler and tools / float error
Last post by morgot - May 29, 2025, 01:04:18 AM
I have this linker error  Unresolved external symbol '__fltused'
with using float numbers.

How to fix?

I use "no default place" option of linker..
#30
The Workshop / Re: FputoString format
Last post by guga - May 29, 2025, 12:53:32 AM
Tks a lot SiekManski

I´ll take a look.

Quote64 bit exp: 4 float: 1.000000e+004 power10: 1.000000e+002 result: 1000000.000000


64 bit exp: 0 float: 1.000000e-045

mxcsr_register: 1FA2h exp: 0 mantissa: 00000001h
 PowerOfTen: 1.401298e-045 00000001h


SIMD Real4 to ASCII conversion by Siekmanski 2018.

1000000 calls per Run for the Cycle counter and the Routine timer.

AMD Ryzen 5 2400G with Radeon Vega Graphics

 Routine timers running now....

Real4_2_ASCII Cycles: 86 RoutineTime: 0.021150000 seconds
sprintf       Cycles: 1960 RoutineTime: 0.554756400 seconds

Result Real4_2_ASCII:  3.402823e+38
Result sprintf      : 3.402823e+038

Press any key to continue...


Btw...This article is really interesting