News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

String Comparison from MASM library

Started by zemtex, December 20, 2010, 03:04:09 PM

Previous topic - Next topic

zemtex

Is the:

szCmpi proc src:DWORD, dst:DWORD, ln:DWORD


...safe to use? (case insensitive string comparison routine from the masm library)

I had my application crash twice, I put the length of the string on the first string to begin with, then I tried to put the length of the other string into the routine, it crashed in both times. I properly give the offset of both strings.

Is this routine deprecated or buggy?
I have been puzzling with lego bricks all my life. I know how to do this. When Peter, at age 6 is competing with me, I find it extremely neccessary to show him that I can puzzle bricks better than him, because he is so damn talented that all that is called rational has gone haywire.

zemtex

I have been puzzling with lego bricks all my life. I know how to do this. When Peter, at age 6 is competing with me, I find it extremely neccessary to show him that I can puzzle bricks better than him, because he is so damn talented that all that is called rational has gone haywire.