wiggzz / addition

Program to add two numbers without using an explicit add operation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

addition

This program will add two numbers without using an explicit add operation.

The core is written in x86 assembly with the interface written in C.

getting up and running

This project requires the GNC Compiler (GCC).

git clone https://github.com/wiggzz/addition.git
cd addition
./go.sh M N

where M and N are integers (positive or negative)

tests

Run the tests with

./test.sh

About

Program to add two numbers without using an explicit add operation.


Languages

Language:C 53.7%Language:Assembly 41.6%Language:Shell 4.7%