The document outlines a complex engineering project involving designing a microprocessor project using an 8086/88 microprocessor. Students will interface the microprocessor with memory and I/O and program it in assembly language to create a system that shows changes in output with changes in input. An example abstract is provided for an interactive digit manipulation system using an 8086, keyboard input, octal flip-flops for digit storage, and 7-segment display output.
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 ratings0% found this document useful (0 votes)
29 views3 pages
Mpi Proposal
The document outlines a complex engineering project involving designing a microprocessor project using an 8086/88 microprocessor. Students will interface the microprocessor with memory and I/O and program it in assembly language to create a system that shows changes in output with changes in input. An example abstract is provided for an interactive digit manipulation system using an 8086, keyboard input, octal flip-flops for digit storage, and 7-segment display output.
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/ 3
Microprocessor Programming and Interface
Complex Engineering Project
Problem Statement: Design a project using 8086/88 Microprocessor that shows some changes at the output side when input changes. Students are allowed to show the hardware implementation and software simulation on Proteus software, whichever is in working condition. Your idea should be unique from your class fellows. Students are allowed to take as much help as possible from onsite and online resources. Each student will be judged on the basis of their individual contribution in the project. Students are requested to submit the initial proposal abstract along with group member names (not more than three) at the start of the semester whereas final evaluation will be carried out in the 13th week of semester. Outcome of CEP: Students will learn to design a microprocessor project using 8086/88 microprocessor. Student will further understand the requirements of interfacing microprocessor with memory and IO and learn to program in assembly language for any given problem. Proposal format is shown on the next page. Please don’t mention unnecessary details. Proposal should be on single page. Each group member is required to submit same proposal as of group. Proposal deadline is 28th November, 2023. Microprocessor Programming and Interface Complex Engineering Project
The Interactive Digit Manipulation System is a microprocessor-based project utilizing the Intel 8086 architecture. The system incorporates a keyboard interfaced with the Intel 8255A Programmable Peripheral Interface (PPI) to receive input. The input is processed using 74273 Octal D Flip-Flops, acting as registers for digit storage and manipulation. The output is displayed on a 7-segment display, with the assembly code controlling the activation of specific segments based on the stored digits. The system allows users to interactively manipulate digits, including scrolling digits left and right, displaying digits on a 7-segment screen, and handling deleted digits. The project showcases the integration of hardware components and assembly programming to create an engaging and interactive numerical manipulation system. This project provides a practical demonstration of interfacing input devices, storage elements, and output displays with an Intel 8086 microprocessor. The application scenarios for this system can range from educational purposes to simple interactive numerical displays in various environments.