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
- Host: GitHub
- URL: https://github.com/toasterbirb/calculator
- Owner: Toasterbirb
- License: gpl-3.0
- Created: 2022-06-07T18:20:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T18:22:07.000Z (about 4 years ago)
- Last Synced: 2025-03-03T04:30:04.709Z (over 1 year ago)
- Topics: assembly-x86
- Language: Assembly
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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