Hey guys! I really need your help.
I need assembly language codes to check if a string
is a palindrome or not..
Pls. help me..
Thanks~!
God bless!

Recommended Answers

All 8 Replies

thanks thines.. but it is not running in 8086

OK. Do you mean you are using a different processor or that the code is not functioning?

i am using 8086.

Depending on your compiler, you might need to prefix the code with

ORG 100H

thanks thines.. but it is not running in 8086

What OS? If you are using Windows 7 the code WILL NOT work. Windows 7 does not run dos apps anymore. Might work by usind DOSBox or something similar

Depending on your compiler, you might need to prefix the code with
Assembly Syntax (Toggle Plain Text)

ORG 100H

hi thines why is it needed to include org 100h?

Some compilers need to have a specified offset in memory.
100h is where all .com files start.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.