string comparision in nasm

Programming, for all ages and all languages.
Post Reply
suhmaamiar

string comparision in nasm

Post by suhmaamiar »

hi

i want to do a string comparision using nasm.
i know how to read a string and store it in
some buffer and then compare it to some hard
coded string using tasm, but i dont know how to
do it in nasm. pls help me

thank you

suhmaamiar
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re:string comparision in nasm

Post by df »

cmpsb?
-- Stu --
Post Reply