Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change
Quote from: jack on March 29, 2025, 01:37:12 AMhere's the whole enchilada if you want to try run itDoh!
multiply n times d 100000000 times in a loop
a sum of the product is kept and printed out
in order to prevent gcc from eliminating the loop
and thereby making the timing meaningless
assembler multiply
n = 340282366920938463447387429234553266722
d = 18446744073709551615
product = 45370982256125128475310893311622766046
sum of product = 113427455641665582386530236262442737152
elapsed time seconds 0.296251199994003
high-level multiply
n = 340282366920938463447387429234553266722
d = 18446744073709551615
product = 45370982256125128475310893311622766046
sum of product = 113427455641665582386530236262442737152
elapsed time seconds 0.0651214999961667
here's the whole enchilada if you want to try run itQuote from: jj2007 on March 29, 2025, 12:58:35 AM;-)Ha ha. How much code do your macros expand to?
Quote from: NoCforMe on March 28, 2025, 05:23:12 PMThat "dialog units" thing is a real killer, which makes it really hard to line things up unless you have something like a resource editor to do it visually.I wouldn't be using dilaog units at all.
Quote from: guga on March 28, 2025, 11:31:44 AMNot being a professional programmer that loses job, because of AI ,I don't be sad if AI takes over a human coders job,but indirectly if all professional coders become x % more productive ,might end up a % coders get fired because the companies need less # codersQuote from: NoCforMe on March 28, 2025, 11:22:09 AMI'm sorry; I just don't understand this at all. At all.
For chrissakes: you're a programmer, right?
Why would you abdicate that role and ask some stupid machine to write code for you?
Hey, in the future, who needs puny hue-mons anyhow? The machines will just write code for the new machines.
Tell me what I'm missing here ...
In what is related to programming, IA (Regardless which you use) is basically a faster way for hunt for bugs or to port from one language to another or if you want to develop some functions etc a bit more faster when u don´t have enough free time. None of them are to be used 100% in replacement of a normal work someone is doing. It´s just a additional programming tool, IMHO. (Good one, btw, but just this: another programming tool when used as such)