Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sameetasadullah/matrix-multiplication-in-assembly

Code written in Assembly Language to multiply two NxN matrices
https://github.com/sameetasadullah/matrix-multiplication-in-assembly

8086-architecture assembly-language dosbox masm615

Last synced: about 1 month ago
JSON representation

Code written in Assembly Language to multiply two NxN matrices

Awesome Lists containing this project

README

        

Matrix Multiplication in Assembly

### Description
It is a simple code written in `Assembly Language` to `Multiply` two `NxN matrices`.

### Manual
1) Use these command in dosbox to `Compile` and `Run` the code. First input the `Size` of N, then enter elements of matrices `Without any Space in Row-Major Order`:
```
ml main.asm
```
```
main.exe
```