Skip to content

DanSearle/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source x86 Assembly Calculator V1.0-Alpha

A very simple calculator written in x86 assembly in nasm syntax, only provides simple operators Multiply, Divide, Addition and Subtract.

Installing

There is no installer for this software, if you have recieved the source release you can build the application by executin the following command in the current directory:

$ make

If you have revieved the binary release simply launch from the command line the file "Calculator" with a equation as a argument, e.g.:

$ ./Calculator 2 - 4

Valid operators are * / + - On some shells you man need to escape specific operators, e.g.:

$ ./Calculator 2 \* 4

The program will return the result of the equation.

Contact

Authors

Last Change

23 Feburary 2010

About

A Calculator Programmed in x86 Intel Assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published