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