how can I write a 68k assembly program that reads a string from keyboard and determines whether the string is symmetrical?

Viewed 12

Programming in easy68K Write a 68K assembly program that reads a string from the keyboard and determines whether the string is symmetrical ("palindrome"). "Palindrome" is a string that is the same whether read from the back or from the beginning. For example, the strings "abba"

code

0 Answers
Related