https://github.com/vlsmb/8086-assembler-calculator
A simple calculator using in MS-DOS Mode
https://github.com/vlsmb/8086-assembler-calculator
Last synced: 10 months ago
JSON representation
A simple calculator using in MS-DOS Mode
- Host: GitHub
- URL: https://github.com/vlsmb/8086-assembler-calculator
- Owner: VLSMB
- Created: 2022-04-17T12:25:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-02T10:25:23.000Z (about 4 years ago)
- Last Synced: 2025-03-16T02:19:14.873Z (over 1 year ago)
- Language: Assembly
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 8086-Assembler-Calculator
A simple calculator using in MS-DOS Mode
# Updata On May 1st
The addition function is achieved.
# Updata On April 30th
The function of getting the input number is achieved.
When a number button was pressed, use "int 10h" to show the number and save in the memory.
# Have Not Finished
This project is my pre-plan to practice 8086 assembler.Now I have only finished its main structure.Maybe I'll finish the project completely one day...