-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak & Implement recalculate option
- Loading branch information
1 parent
7af66bd
commit 27b0f6d
Showing
8 changed files
with
660 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
# Sqrt8086 | ||
A SquareRoot calculator with decimal precision support for Intel 8086 Architecture written in Assembly 8086 | ||
Sqrt8086 is a Square Root calculator made for Intel 8086 Architecture written in Assembly 8086. | ||
|
||
The main goal of this experiment is to try to calculate a square root with decimal precision without having floating point on the processor itself. | ||
|
||
![thumbnail.jpg](thumbnail.jpg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Oops, something went wrong.