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

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

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...