0% found this document useful (0 votes)
5 views15 pages

MIC4

Uploaded by

shaikhrukaiya485
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views15 pages

MIC4

Uploaded by

shaikhrukaiya485
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

MINI CALCULATOR

A.C.S.’S
DIPLOMA IN ENGINEERING AND TECHNOLOGY, ASHTI


PROJECT REPORT
ON

“MINI CALCULATOR”
SUBMITTED TO

MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION


MUMBAI BY

MISS.Rukaiya n.s. Enrollment no :-


23512010133
MISS. Saniya firoj pansare enrollment no :-
23512010132
Miss. Humera javed bagwan enrollment.no :-
2215020034

DIPLOMA IN
COMPUTER ENGINEERING

UNDER GUIDENCE OF
MISS.MULE P. V.

“MICROPROCESSOR”
ACS DIET
MINI CALCULATOR

A.C.S.’S
DIPLOMA IN ENGINEERING AND TECHNOLOGY, ASHTI

CERTIFICATE
This is to Certify that the project report entitled
Submited By

MISs. Rukaiyya Nurmahammad


Shaikh
Enrollment no:-23512010133

In The Academic Year 2023-2024 In The Partial Fulfilment Of fourth


Semester Diploma in Computer Engineering. It Is Certified That All Suggestion
Indicated For Internal Assessment Have Been Incorporated In Report. The Project
Has Been Approved As It Satisfies The Academic Requirement In Respect Work
Prescribed For The Said Degree.

PROF. MULE P. V. Prof.


Dhonde S.A.
(Guide) (HOD)

ACS DIET
MINI CALCULATOR

SIGNATURE OF EXAMINER……………. Prof. bodkhe s.c


(PRINCIPAL)

INDEX

Sr.No. Contents Pg.No.

1 INTRODUCTION 1

2 ALGORITHM 2

3 SYNTAX 3

4 FLOWCHART 4

5 PROGRAM CODE 5

6 OUTPUT 8

7 CONCLUSION 11

ACS DIET
MINI CALCULATOR

8 REFERENCE 12

INTRODUCTION
This project consist of the in depth knowledge of assembly
programming language including register, data shift
procedure , code etc. As the project ‘Mini Calculator’ was
created using assembly language. It get the system ‘s
calculation it on the console screen.
Aim of the microproject :-

 Create assembly language that displays system’s


calculation. Calculation is display in the format of
addition , subtraction ,Multiplication , Division.

 Introduction to 8086 assembly language programming

 Understanding logic and ideas.

ACS DIET
MINI CALCULATOR

ALGORITHM :-

1. Input two number from the user

2. Add and subtract action between two numbers

3. Divide action between two numbers

4. Multiplication action between two numbers

5. Print the result on the screen in decimal of binary or


hexa depending on choice

6. How it work the program will first get a key press and
will act on that choice

0 –input 2 numbers
1 – Add action
2 – Subtract action
3 – Multiplication
ACS DIET
MINI CALCULATOR

4 – Divide
5 – Print
In this project we used some syntax and they are shortly
described below :-

INT 21h
Here INT 21h is used for getting input.
MUL BX
For multiplying the value of AX with BX.
CMP AL, ODH
➤ For comparing the value of AL with Enter.
DIV BX
For dividing the value of AX by BX.
ADD BX,AX
For adding the value BX with AX
SUB BX, AX
➤Fr subtracting the value BX with AX
CALL NL
To call a Procedure named NL
JMP START
To JUMP a Label named START.
SHL BL
➤To Shifting left the value of BL.

ACS DIET
MINI CALCULATOR

FLOWCHART:-

ACS DIET
MINI CALCULATOR

PROGRAM CODE :-

ACS DIET
MINI CALCULATOR

ACS DIET
MINI CALCULATOR

ACS DIET
MINI CALCULATOR

OUTPUT :-

ACS DIET
MINI CALCULATOR

ACS DIET
MINI CALCULATOR

ACS DIET
MINI CALCULATOR

CONCLUSION

By completing this project we have not only


understood the assembly language
programming but also different method of
solving a problems . We have understood the
core of system related operation , getting value,
and passing to variable , shifting of the data ,
regestering, etc.

ACS DIET
MINI CALCULATOR

REFERANCE:-

https://www.scribd.com/document

https://www.studocu.com/in/document

https://studylib.net/doc/25824054/mic

ACS DIET

You might also like