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
- Host: GitHub
- URL: https://github.com/sameetasadullah/check-palindrome-in-assembly
- Owner: SameetAsadullah
- Created: 2022-07-22T19:25:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T19:32:32.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T17:51:08.735Z (5 months ago)
- Topics: 8086-architecture, assembly-language, dosbox, masm615
- Language: Assembly
- Homepage:
- Size: 242 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
![]()