Ya lo habia puesto:
Cabe destacar que el valor de retorno es en EAX.
Saludos!
Cita de: MCKSys Argentina en 21 Mayo 2013, 05:37 AM
La ayuda dice:
szCmp
szCmp proc str1:DWORD,str2:DWORD
Description
szCmp compares two zero terminated strings for difference.
Parameters
1. str1 The first string to compare
2. str2 The second string to compare
Return Value
If the two strings match, the return value is the length of the string. If there is no match, the return value is zero.
Comments
The procedure can be used on strings that may be of uneven length as the terminator will produce the mismatch even if the rest of the charactes match.
Cabe destacar que el valor de retorno es en EAX.
Saludos!