Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rohan-bharatia/assembly-cl-calculator

This is a Windows x64 command line calculator written entirely in assembly language.
https://github.com/rohan-bharatia/assembly-cl-calculator

assembly-x64 calculator command-line windows x64

Last synced: 2 days ago
JSON representation

This is a Windows x64 command line calculator written entirely in assembly language.

Awesome Lists containing this project

README

        

# Assembly CL Calculator

This is a Windows x64 command line [Shunting Yard Implementation](https://en.wikipedia.org/wiki/Shunting_yard_algorithm) [Reverse Polish Notation Calculator](https://en.wikipedia.org/wiki/Reverse_Polish_notation) written entirely in assembly language.