Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 564 Bytes

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