0% found this document useful (0 votes)
2 views7 pages

JPR Microproject

The document is a micro project report for a Computer Engineering course, detailing a program written to perform all arithmetic operations in the 8086 microprocessor. It includes a list of students involved, the project's aims, resources used, and the assembly language code developed. The report also highlights the skills developed through the project and the learning outcomes achieved by the students.

Uploaded by

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

JPR Microproject

The document is a micro project report for a Computer Engineering course, detailing a program written to perform all arithmetic operations in the 8086 microprocessor. It includes a list of students involved, the project's aims, resources used, and the assembly language code developed. The report also highlights the skills developed through the project and the learning outcomes achieved by the students.

Uploaded by

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

Programme: Computer Engineering Academic Year: 2023 – 2024

Course : MIC Course Code: MIC (314321)


Semester : Forth

MICRO PROJECT REPORT


Topic : Write A Program to Perform All Arithmetic Operation In 8086
Submitted by the group of _5_ students,

Sr. No Roll
No Name Enrollment No Seat No
1 96 ANUP SANJAY RAJPUT 23610960274
2 118 ABHIJIT RAJENDRA TIBHUVAN 23610960296
3 3 ANSARI MOHAMMAID SOHAI 26610960173
4 15 KUNAL RAGHUNATH CHAUDHARI 23610960185
5 89 KAVERI DEVENDRA PAWAR 23610960265
Under the Guidance of

Ms. M. L. Minikhedkar
In

Three Years Diploma Programme in Engineering and Technology of Maharashtra State


Board of Technical Education, Mumbai (Autonomous) ISO 9001: 2008 (ISO/IEC-
27001:2013)
at
Shri Shivaji Vidya Prasarak Sanstha’s Bapusaheb
Shivajirao Deore Polytechnic – 0059
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION,
MUMBAI

Certificate
This is to certify that,
Sr.
Name Enrollment No Seat No
No Roll No
1 96 ANUP SANJAY RAJPUT 23610960274
2 118 ABHIJIT RAJENDRA TIBHUVAN 23610960296
3 3 ANSARI MOHAMMAID SOHAI 26610960173
4 15 KUNAL RAGHUNATH CHAUDHARI 23610960185
5 89 KAVERI DEVENDRA PAWAR 23610960265

Students of Sixth Semester Diploma Programme in Computer Engineering at


Shri Shivaji Vidya Prasarak Sanstha’s Bapusaheb Shivajirao Deore Polytechnic, Dhule
(Institute Code: 0059), have completed the Micro Project satisfactorily in Subject MIC
(314321) in the academic year 2023– 2024 as prescribed in the MSBTE curriculum of I
Scheme.

Place: Dhule Date: / / 2025

Project Guide Head of the Department Principal


Part 1

A MICRO PROJECT ON “WRITE A PROGRAM TO PERFORM ALL


ARITHMETIC OPERATION IN 8086 "
A micro-project proposal

1.0 Aims/Benefits of the micro project


To learn about the microprocessor instructions and developing a program. To develop a logic of
develop program.

2.0 Course outcome addressed


Develop an assembly language program using assembler

3.0 Action plane

4.0 Resources used

Sr no Name of resource used Specification quantity

1 textbook The 8088 &8086 1


Microprocessors
2 internet - -

3 Laptop Intel i5-11th gen 1


processor, 8GB RAM
Part 2
Micro-Project Report
Write a program to perform all arithmetic operation in 8086
.model small
.data
n1 dw 0006h
n2 dw 0003h
addn dw ?
subt dw ?
mult dw ?
divn dw ?
.code
mov ax,@data
mov ds,ax
mov ax,n1
add ax,n2
mov addn,ax
mov ax, n1
sub ax,n2
mov subt,ax
mov ax,n1
mul n2
mov mult,ax
mov ax,n1
div n2
mov divn,ax
mov ah,4ch
int 21h
end
.
.

.
3.0 Outputs of the Micro-Project

In this micro project, we get all the I knowledge of how to develop a program in assembly
language programming.

Output:
4.0 Skill Developed / Learning outcomes of this Micro-Project
a) a. Develop group discussion skills.
b) b. Communication skills improved.
c) c. MS WORD skills developed.
d) d. logic developed to write programs.

Conclusion

In this microproject we have developed a program to reverse block transfer. Logic is developed
to write a program.

Reference
Micro processor book
Evaluation Sheet for the Micro Project

Academic Year: 2024-25 Name of Faculty: Ms. M. L. Minikhedkar


Sem: Forth Program Name and Code: CO4K
Course Code: 314301 Course Name:

Title of the Project: Write A Program to Perform All Arithmetic


Operation In 8086

 CO’s of the Micro Project:

Perform subtraction but does not store result, only updates flags.

 Major learning Outcomes achieved by students by doing the Project:

a. Practical Outcomes 1) Understanding instruction set


2) Register and memory interactions
3) Flag Register Impact
4) Handling Overflow and carry

b. Unit Outcomes (in Cognitive domain)


 Identify and explain different arithmetic instructions
 Understand operand addressing modes in arithmetic instructions.
 Develop simple assembly programs to perform arithmetic
calculations

c. Outcomes in Affective Domain.


The affective domain deals with attitudes, values, and behaviors related to
learning. After studying arithmetic operators in the 8086 microprocessors,
student should develop the following affective outcomes:
 Marks:

(A) Marks of group work (B) Marks of Group work: (C)Total Marks(A+B)=

You might also like