|
What you wrote,is not an strcmp,because one of operands is only a char.
This compare can be simply written in assembly like this:
lea al,byte ptr [passEntered + 1]
cmp al,74h
jne IsNotEqual
sincerely yours
__________________
I should look out my posts,or JMI gets mad on me!
|