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

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

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