Skip to content

monaim3/Simple_Calculator_Program-Using-Assembly-Programming-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ–ฉ 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.

โš ๏ธ Limitations

๐Ÿ”น Supports only single-digit input

๐Ÿ”น No floating-point operations

๐Ÿ”น Division by zero handling is limited

๐Ÿ”น Only a few arithmetic operations are available

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published