Skip to content

Code written in Assembly Language to check whether the given string is palindrome or not

Notifications You must be signed in to change notification settings

SameetAsadullah/Check-Palindrome-in-Assembly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Check Palindrome in Assembly

Description

It is a simple code written in Assembly Language to check whether the given string is Palindrome or not.

Manual

  1. Use these command in dosbox to Compile and Run the code. Give the string as input to check whether it is palindrome or not:

    ml main.asm
    
    main.exe
    

About

Code written in Assembly Language to check whether the given string is palindrome or not

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published