Maharashtra State Board of Technical Education
Maharashtra State Board of Technical Education
“Microprocessor”
(22415)
Second Year DIPLOMA ENGINEERING (I – SCHEME)
ACADEMIC YEAR 2023-2024
Submitted By
Roll no Name
1247 Rutuja Arjun Patil
1248 Shreya Ashok Patil
1249 Madhura Mahesh Ingawale
1252 Maitreyee Bhagwan Lohar
Guided by
Prof. A.S.Chavan
MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION
CERTIFICATE
Yours Sincerely,
Place:Karad
Date:
Micro–Project Report
“Develop a program to find cube of a number”
1.0 Rationale
Book referred:
The 8088 and 8086 Microprocessors
Author: Triebel,Walter A.,Avtar
2. Software MyLanguage 1
5.0 Action Plan
Input and Output Handling: The program involves taking input from the user and
displaying output, teaching you how to manage input/output operations using interrupts
(int 21h in DOS) and data transfer between memory and registers.
Debugging and Testing: You will learn how to debug and test assembly language
programs, identify and fix errors, and ensure the program behaves as expected for
different input values.
User Interface Enhancement: Enhance the user interface by adding features like
clear instructions, error messages, and a more user-friendly input/output system.
Testing: Conduct thorough testing, including boundary testing, stress testing, and
edge case testing, to ensure the program functions correctly under various scenarios.