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: 3 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-22T19:52:35.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T17:51:07.080Z (4 months ago)
- Topics: 8086-architecture, assembly-language, dosbox, masm615
- Language: Assembly
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- 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
```
![]()