coa-lab/assignment-1/supporting_files/program_templates/palindrome_template.asm

8 lines
132 B
NASM
Raw Normal View History

.data
a:
10
.text
// your code here to check if 'a' is a palindrome
// you may change the value of 'a'
// remove these comments!