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