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

https://github.com/toasterbirb/calculator

Simple calculator written in x86 assembly
https://github.com/toasterbirb/calculator

assembly-x86

Last synced: about 2 months ago
JSON representation

Simple calculator written in x86 assembly

Awesome Lists containing this project

README

          

# Calculator
A very simple calculator written in x86 assembly. Works only with values 0-10 and no division yet, pls no bully. Might also have other bugs that I may or may not fix when I figure out how this weird computer language works.

Assemble with `make`, requires NASM