Bachelors Level/First Year/Second Semester/Science csit/second semester/microprocessor/syllabus

B.Sc Computer Science and Information Technology

Institute of Science and Technology, TU

Nature of the course: (Theory+Lab)

F.M: 60+20+20 P.M: 24+8+8

Credit Hrs: 3Hrs

Microprocessor [CSC167]
Course Objective
i.
The course objective is to introduce the operation, programming and application of microprocessor.
Course Description

This course contains of fundamental concepts of computer organization, basic I/O interfaces and Interrupts operations.

S1:Introduction[4]
1
Introduction to Microprocessor, Components of a Microprocessor: Registers, ALU and control & timing, System bus (data, address and control bus), Microprocessor systems with bus organization
S2:Basic Architecture[7]
1
Microprocessor Architecture and Operations, Memory, I/O devices, Memory and I/O operations, 8085 Microprocessor Architecture, Address, Data And Control Buses, 8085 Pin Functions, Demultiplexing of Buses, Generation Of Control Signals
S3:Instruction Cycle[3]
1
Fetch Operation and Timing Diagram; Execute Operation and Timing Diagram, Instruction Cycle, Machine Cycle, T-States, T-States, Memory Interfacing
S4:Assembly Language Programming[10]
1
Assembly instruction format, Instruction Types, Mnemonics, Operands, Macro assemblers, Linking, Assembler directives, Addressing Modes, Simple sequence programs, Flags, Branch, Jumps, While-Do, Repeat-Until, If-Then-Else and Multiple If-then Programs, Debugging
S5:Basic I/O, Memory R/W and Interrupt Operations[6]
S6:Input/ Output Interfaces[6]
1
Interfacing Concepts, Ports, Interfacing Of I/O Devices, Interrupts In 8085, Programmable Interrupt Controller 8259A, Programmable Peripheral Interface 8255A
S7:Advanced Microprocessors[9]
1
8086: logical block diagram and segments, 80286: Architecture, Registers, (Real/Protected mode), Privilege levels, descriptor cache, Memory access in GDT and LDT, multitasking, addressing modes, flag register 80386: Architecture, Register organization, Memory access in protected mode, Paging
References
1.
Ramesh S.Gaonkar, Microprocessor Architecture, Programming, and Applications with 8085, Prentice Hall
2.
A.P.Malvino and J.A.Brown, Digital Computer Electronics, 3rd Edition, Tata McGraw Hill D.V.Hall, Microprocessors and Interfacingv – Programming and Hardware, McGraw Hill
3.
8000 to 8085 Introduction to 8085 Microprocessor for Engineers and Scientists, A.K.Gosh, Prentice Hall
Labrotary Work
The laboratory work includes Assembly language programming using 8085/8086/8088 trainer kit. The programming should include: Arithmetic operation, base conversion, conditional branching etc. The lab work list may include following concepts
1.
Assembly language program using 8085 microprocessor kit
2.
Use of all types of instructions and addressing modes
3.
Arrays and the concept of Multiplications and Division operations on Microprocessor
4.
Assembly language programming, using any types of Assembler, including the different functions of Int 10h, and 12h