Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sameetasadullah/matrix-multiplication-in-assembly
- Owner: SameetAsadullah
- Created: 2022-07-22T19:45:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T19:52:35.000Z (over 2 years ago)
- Last Synced: 2023-03-10T20:47:06.767Z (almost 2 years ago)
- Topics: 8086-architecture, assembly-language, dosbox, masm615
- Language: Assembly
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```