PDA

View Full Version : counting palindrome words in a string


webdev
06-27-2009, 08:14 AM
Hi all, i've found several x86 codes checking if the string is palindrome or not. but i need something different. a procedure which receives the starting address of a text (in SI) stored in data segment and returns the number of palindrome words in the text into CX. Only word delimiters are...