https://github.com/bhekimpilondhlela/nasm-floating-point-addition
An implementation of the floating point addition and subraction using both NASM and C and comparing the two implementations.
https://github.com/bhekimpilondhlela/nasm-floating-point-addition
c floating-point-addition floating-point-arithmetic implementation-from-scratch nasm
Last synced: 3 months ago
JSON representation
An implementation of the floating point addition and subraction using both NASM and C and comparing the two implementations.
- Host: GitHub
- URL: https://github.com/bhekimpilondhlela/nasm-floating-point-addition
- Owner: BhekimpiloNdhlela
- License: mit
- Created: 2018-10-29T12:30:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T13:59:00.000Z (over 6 years ago)
- Last Synced: 2023-08-22T09:37:45.707Z (almost 2 years ago)
- Topics: c, floating-point-addition, floating-point-arithmetic, implementation-from-scratch, nasm
- Language: Assembly
- Homepage:
- Size: 451 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Implementation of Floating Point Addition(Subtraction) Using C and Nasm
### Snapshot of the test: NASM-Implementation vs. C-Implementation:
