Skip to content

Linear algebra toolkit written in x86 assembly

Notifications You must be signed in to change notification settings

peeley/LinearASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

LinearASM

A matrix calculator using functions built in NASM assembly language.

A C++ file handles matrix memory allocation and runs the assembly functions as test cases on the various matrices.

The functions currently implemented in the NASM file are a function to print a matrix, a function to add a matrix to another matrix, a function to subtract a matrix from another matrix, and a function to multiply two matrices together.

About

Linear algebra toolkit written in x86 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages