๐ฉ Assembly Language Calculator Program
This repository contains a simple calculator program written in 8086 Assembly Language. The project demonstrates the design and operation of a text-based calculator with basic arithmetic functionality.
๐ Overview
The calculator allows users to perform basic arithmetic operations using Assembly language. The program showcases:
Objective & functionality of an Assembly-based calculator.
Program flow using a structured flow diagram.
Example output visualization for user interactions.
Discussion of limitations and possible improvements.
โ๏ธ Features
โ Addition, Subtraction, Multiplication, Division โ Text-based User Interface โ Structured program flow โ Educational for microprocessor & assembly language learners
๐ Flow Diagram
The program follows a structured step-by-step execution flow:
Display menu options
Accept user input
Perform the selected arithmetic operation
Display result
Return to menu
๐ผ Output Visualization
The calculator runs in a command-line environment and provides step-by-step results based on user input.
๐น Supports only single-digit input
๐น No floating-point operations
๐น Division by zero handling is limited
๐น Only a few arithmetic operations are available