Hi
I have a little bug in this routine
This search for a string in a file and uses wildcards.
If the string present in the file works this fine also with wildcards.
If the string not present crash this routine here
.while byte ptr [eax] == dl
.while byte ptr [eax] == dl
inc ecx
mov dl, byte ptr [ecx]
inc eax
dec edi
je found
cmp byte ptr [WildCard],dl
je @b
.endw
SOLVED
Greets