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 space: 20H and fullstop: 2EH. Text is ended with character '$$'
thnx