Friday, April 3, 2020

SE Computer Engineering Microprocessor Notes

210253: Microprocessor

Course Objectives: 

1. To learn the architecture and programmer‘s model of advanced processor
2. To understand the system level features and processes of advanced processor
3. To acquaint the learner with application instruction set and logic to build assembly language programs.
4. To understand debugging and testing techniques confined to 80386 DX

Course Outcomes: On completion of the course, student will be able to– 

1. To apply the assembly language programming to develop small real life embedded application.
2. To understand the architecture of the advanced processor thoroughly to use the resources for programming
3. To understand the higher processor architectures descended from 80386 architecture

UNIT 1:

Download Notes from here

UNIT 2:

Download Notes from here

UNIT 3:

Download Notes from here

UNIT 4:

Download Notes from here

UNIT 5:

Download Notes from here

UNIT 6:

Download Notes from here

No comments:

Post a Comment

Write an Assembly Language Program (ALP) to find the largest of given byte / Word / Double-word / 64-bit numbers.

  %macro scall 4 ;macro declaration with 4 parameters          mov eax , %1 ;1st p...