https://github.com/sameetasadullah/string-matching-in-assembly
Code written in Assembly Language to check whether two strings contain same characters or not irrespective of the case
https://github.com/sameetasadullah/string-matching-in-assembly
8086-architecture assembly-language dosbox masm615 string-matching
Last synced: 3 months ago
JSON representation
Code written in Assembly Language to check whether two strings contain same characters or not irrespective of the case
- Host: GitHub
- URL: https://github.com/sameetasadullah/string-matching-in-assembly
- Owner: SameetAsadullah
- Created: 2022-07-22T22:11:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T22:24:03.000Z (over 3 years ago)
- Last Synced: 2025-03-15T02:14:44.092Z (10 months ago)
- Topics: 8086-architecture, assembly-language, dosbox, masm615, string-matching
- Language: Assembly
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
String Matching in Assembly
### Description
It is a simple code written in `Assembly Language` to check whether two strings contain `Same Characters` or not `Irrespective of the Case`
### Manual
1) Use these command in dosbox to `Compile` and `Run` the code:
```
ml main.asm
```
```
main.exe
```