0% found this document useful (0 votes)
54 views

COMSATS Institute of Information Technology Lahore

This document describes an assignment for a microprocessor systems and interfacing course. It includes three questions: 1) Interface 176KB of SRAM with an 8088 CPU using at least two 32KB SRAM chips, providing a labeled schematic diagram and memory map. 2) Interface two bidirectional ports with an 8088 CPU at port numbers 97H and 98H, providing a labeled schematic diagram. 3) Write an 8086-88 assembly language program to read 256 16-bit words from an input port and store the lower and higher bytes of each word to even and odd addresses in SRAM, starting at location 1225H:CC00H.

Uploaded by

AliImran
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

COMSATS Institute of Information Technology Lahore

This document describes an assignment for a microprocessor systems and interfacing course. It includes three questions: 1) Interface 176KB of SRAM with an 8088 CPU using at least two 32KB SRAM chips, providing a labeled schematic diagram and memory map. 2) Interface two bidirectional ports with an 8088 CPU at port numbers 97H and 98H, providing a labeled schematic diagram. 3) Write an 8086-88 assembly language program to read 256 16-bit words from an input port and store the lower and higher bytes of each word to even and odd addresses in SRAM, starting at location 1225H:CC00H.

Uploaded by

AliImran
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

COMSATS - Lancaster Dual Degree Programme

COMSATS Institute of Information Technology Lahore

Instructor
Semester
Submission
Date

Cours
Credit
EEE342
e
Hours
Code
Program
BSTE

Microprocessor Systems and


Interfacing

Course Title

Engr. Usman Rafique


6th

Batc
h

SP13

Sectio
n

Date

October 30, 2015 (During class time) Marks

October 26, 2015


40

Assignment 2
Instructions:
Follow the guidelines for assignment submission as given in course
hand book.
Add front title to the solution as described in the class room.
No solution shall be accepted after due date and time.
Question 1:

20 Marks

Interface 176KB SRAM with 8088 CPU. You are limited to use at least two 32KB SRAM
chip. Memory map starts from 40000H and above. You are required to provide:
i.
ii.

Completely labelled schematic diagram to interface SRAM with CPU


Memory map of each memory chip used in design

Question 2:

10 Marks

Interface two bidirectional ports with 8088 CPU. Port numbers for I/O ports are 97H
and 98H. Provide completely labelled schematics diagram of ports interfacing with
CPU.
Question 3:

10 Marks

Write an 8086-88 assembly language program that reads data from a 16-bit input
port. 16-bit word that is read from port is to be stored in SRAM such that lower byte of
16-bit word is written to even address and higher byte is written to odd address in
RAM. Program should read 256 words from input port and start saving them in RAM at
1225H:CC00H and above.

Page 1 of 1

You might also like