News:

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

Main Menu

AsciiHextoDword (SSE2 version)

Started by guga, March 08, 2025, 11:29:50 AM

Previous topic - Next topic

zedd151

It's dinner time here, I will return shortly.  :smiley:
¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—

zedd151

Quote from: guga on March 11, 2025, 10:03:13 AM... since i had to create a workaround and use jmps there.
If it works, it works!... you might think of a better way to handle those cases later on.  But for now, it is working. Congrats.

As for the leading zero's, that is just to make a nicer display, not a major issue right now.

Now, I gotta go and eat.....
¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—

guga

Quote from: zedd151 on March 11, 2025, 10:04:43 AMIt's dinner time here, I will return shortly.  :smiley:

Here too. Need also go eat something :biggrin:  :biggrin:  :biggrin:  :biggrin:
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

NoCforMe

Now, does anyone care to answer Ognil/Lingo's (and my) questions about who would ever want to use such a function? What's the use case for this? I'm not seeing it.
Assembly language programming should be fun. That's why I do it.

ognil

Thanks Guga for the answer, but
imagine the following:

1. Program A generates ASCII text in a buffer in memory:
szText db "123456789AB0",0
2. Program B starts your algo with the address of szText
3. Program C takes the result of your algo in a RAX register
and passes it to the next program.....

Why is the path so long?
Why not:

1. Program A generates ASCII text in a buffer in memory:
123456789AB0h and passes the address to the next program.....skipping steps 2 and 3!!

QuoteOgnil .... Lingo ? is that you

A lot of people here are making me unsolicited advertisements. :badgrin:
When hutch, jj, Lingo, etc. started this forum
I was a little boy born in the mid-90s.
On the other hand, I also became famous through Lingo. :badgrin:
"Not keeping emotions under control is another type of mental distortion."

NoCforMe

Quote from: ognil on March 11, 2025, 11:13:32 AMWhen hutch, jj, Lingo, etc. started this forum
I was a little boy born in the mid-90s.
I doubt you had anything to do with starting this forum.

Prove it.
Assembly language programming should be fun. That's why I do it.

ognil

Doubt is a way to discover the truth. :badgrin:
I am not Lingo and I never lie.
And for proof, ask JJ, Vortex, etc. who were at the opening of the forum or look for Lingo in the old archives from that time.

Now relax and go for a walk in nature. :badgrin:
"Not keeping emotions under control is another type of mental distortion."

zedd151

#82
Quote from: ognil on March 11, 2025, 12:20:55 PM... look for Lingo in the old archives from that time.
We did and found that lingo had used the pseudonym "ognil" more than once in the past.  :badgrin:

I myself do not believe in such coincidences, especially the one where you said that you happened upon lingo's forum by chance - by searching for "Shattering shaders with the real Slim Shady" or something to that affect.  But the only result at the time that came up on Google, is This forum.    :eusa_naughty:    :eusa_naughty:    :eusa_naughty:    :eusa_naughty:

Here is your exact quote.
Quote from: ognil on September 24, 2024, 03:47:25 AMI searched the internet about the SHADERS and came across a very good post
from the other admin - "Shattering shaders with the real Slim Shady".
Also by saying the other admin, means that you are an admin there? Thats called a Freudian slip.

I think your pants are on fire.... Pinocchio  :badgrin:
So, what did you learn about shaders???  :biggrin:
And I have noticed... Slim Shady no longer resides on that other thing that calls itself a forum.

QuoteNow relax and go for a walk in nature. :badgrin:
And you, too.  :greensml:
¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—

zedd151

Quote from: NoCforMe on March 11, 2025, 10:49:22 AMNow, does anyone care to answer ....questions about who would ever want to use such a function? What's the use case for this? I'm not seeing it.
They used to say the same thing about my "ascii_adder" that takes two ascii decimal strings of literally any length and adds them together - the result being returned as an ascii decimal string of the appropriate length.

That function was quite useful to me when I built my fibonacci sequence generator, which generated a fibonacci sequence up to any required (string) length.

One early version of the fibonacci generator (not the final version, though)  is   Here.

Nowdays, it might be useful for calculating the interest on the U.S. National Debt.  :joking:
¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—

guga

Quote from: NoCforMe on March 11, 2025, 10:49:22 AMNow, does anyone care to answer Ognil/Lingo's (and my) questions about who would ever want to use such a function? What's the use case for this? I'm not seeing it.

I did
Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

ognil

#85
QuoteWe did and found that lingo had used the pseudonym "ognil" more than once in the past.  :badgrin:

Give a link for Ognil and for Lingo I found this
https://masmforum.com/board/index.php?topic=1589.45

On the other hand, I respect old people and never argue with them about their beliefs, emotional experiences and mental changes.

Now relax and go for a walk in nature. :badgrin:
"Not keeping emotions under control is another type of mental distortion."

zedd151

QuoteWe did and found that lingo had used the pseudonym "ognil" more than once in the past.  :badgrin:
Quote from: ognil on March 11, 2025, 01:18:12 PMGive a link for Ognil...
Your post here

Your post was quoted by jj2007 here

The original post that jj2007 had quoted was deleted by hutch , you must have pissed him off, lingo.

I have more links, but I will save them.  :badgrin:



¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—

TimoVJL

Quote from: NoCforMe on March 11, 2025, 10:49:22 AMNow, does anyone care to answer Ognil/Lingo's (and my) questions about who would ever want to use such a function? What's the use case for this? I'm not seeing it.
Actually answers for this same question have been seen in this site earlier in similar cases ?
Like processing ascii hex coded numerical data, like from GPS route mapping ?
May the source be with you

guga

Quote from: ognil on March 11, 2025, 11:13:32 AMThanks Guga for the answer, but
imagine the following:

1. Program A generates ASCII text in a buffer in memory:
szText db "123456789AB0",0
2. Program B starts your algo with the address of szText
3. Program C takes the result of your algo in a RAX register
and passes it to the next program.....

Why is the path so long?
Why not:

1. Program A generates ASCII text in a buffer in memory:
123456789AB0h and passes the address to the next program.....skipping steps 2 and 3!!

QuoteOgnil .... Lingo ? is that you

A lot of people here are making me unsolicited advertisements. :badgrin:
When hutch, jj, Lingo, etc. started this forum
I was a little boy born in the mid-90s.
On the other hand, I also became famous through Lingo. :badgrin:

I agree with you. Easier would be using the raw data rather than a text file containing longs hexadecimal strings, but it do exists in some apps like the ones i told. For a daily basis it´s used for short conversions that would be more than enough, but, i don´t see any bad creating a faster function that can be useful for someone - even not agreeing on the way they may use, since there are better ways to retrieve/store this sort of long chains of data.

I started because i needed a faster function to replace an very old that was in RosAsm, and ended trying to make other derivative functions for general usage purposes to be included on a dll.

Don´t blame me on the profile name you choose, you created the profile with lingo written backwards :mrgreen:  :mrgreen:  :mrgreen:

You are Lingo´s lost twin brother

:biggrin:  :biggrin:  :biggrin:


Coding in Assembly requires a mix of:
80% of brain, passion, intuition, creativity
10% of programming skills
10% of alcoholic levels in your blood.

My Code Sites:
http://rosasm.freeforums.org
http://winasm.tripod.com

zedd151

¯\_(ツ)_/¯   :azn:

'As we don't do "requests", show us your code first.'  -  hutch—