Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rohan-bharatia/assembly-cl-calculator
- Owner: Rohan-Bharatia
- License: mit
- Created: 2024-06-27T18:47:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-30T19:05:19.000Z (5 months ago)
- Last Synced: 2024-07-04T10:06:57.154Z (4 months ago)
- Topics: assembly-x64, calculator, command-line, windows, x64
- Language: Assembly
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.