An open API service indexing awesome lists of open source software.

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.

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:

![Alt text](https://github.com/BhekimpiloNdhlela/Floating-Point-Addition-Implementation/blob/master/imgs/screen_result.png)