It is a simple code written in Assembly Language
to Multiply
two NxN matrices
.
-
Use these command in dosbox to
Compile
andRun
the code. First input theSize
of N, then enter elements of matricesWithout any Space in Row-Major Order
:ml main.asm
main.exe