nicolasmf / QuadraticSolverMIPS

A MIPS program that solves quadratic equation (ax^2+bx+c=0) in real numbers domain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuadraticSolverMIPS

This is a program I made for my Computer Architecture class.

I implemented a square root subprogram myself, not knowing there was a built-in function in MIPS.

About

A MIPS program that solves quadratic equation (ax^2+bx+c=0) in real numbers domain.


Languages

Language:Assembly 100.0%