An open API service indexing awesome lists of open source software.

https://github.com/sameetasadullah/check-palindrome-in-assembly

Code written in Assembly Language to check whether the given string is palindrome or not
https://github.com/sameetasadullah/check-palindrome-in-assembly

8086-architecture assembly-language dosbox masm615

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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
```