2stinkysocks / x86_64-calculator

A simple proof-of-concept terminal calculator written in x86_64 assembly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

x86_64-calculator

This is a proof-of-concept calculator written in x86_64 assembly

It currently only supports positive integers.

To run the calculator (tested on ubuntu 22.04 on wsl):

./build
./calculator

About

A simple proof-of-concept terminal calculator written in x86_64 assembly.


Languages

Language:Assembly 98.7%Language:Shell 1.3%