SlideShare ist ein Scribd-Unternehmen logo
1 von 24
486 or 80486DX Architecture
Functional units of 80486
• BIU (Bus Interface Unit)
• Code prefetch unit
• Instruction decoding unit
• Control & protection test unit
• Execution unit
• Floating Point Unit (FPU)
• Segmentation unit
• Paging unit
• Cache unit
2
Block diagram of 80486
3
Continued
• The execution unit executes a series of micro instruction.
• The barrel shifter is a special type of shift register performs
multiple number of shifts in a single operation.
• MMU contains segmentation and paging. The segmentation unit
computes physical address from logical address.
• The paging unit converts linear address to physical address also
logical address to physical address conversion is required.
• The paging unit has TLB (Translation Lookaside Buffer) – It keeps
a cache (static RAM) of most recently accessed pages.
• There is a control ROM with the control and protection test
unit.
4
Continued
• The 80486 has a built in math co-processor (FPU). It executes
trigonometric, logarithmic, exponential and arithmetic
instructions.
• The cache unit consists of an 8KB code and data.
• The BIU interfaces with memory and I/O devices to 486
microprocessor. The code prefetch unit fetches the instruction
in the queue. The instruction decoding unit receives the
instruction codes from prefetch unit and decodes them. Then
Execution unit executes them.
• Protection is very essential for multiuser system. It helps to
isolate operating system to user task and user tasks from each
other.
5
Elements of BIU
6
Continued…
• The address drivers are used to drive the address out onto the
processor's local address bus (A31:A2), and control logic for
signaling whether a memory I/O, or interrupt acknowledgement
bus cycle is to be performed.
• Data bus transceivers – It is used to get the data onto the
processor's local data bus during read / write bus cycles
• Write buffers – It allow the bus unit to buffer to permit write
operations to complete the execution instantly.
• Bus size control logic – It senses when the microprocessor is
communicating with 8 or 16 bit devices, causing the
microprocessor to automatically execute multiple bus cycles
when necessary.
7
Continued…
• Bus control request sequencer – It determines the order of
addressing during burst transfers.
• Burst bus control logic – It is used to control the buses during
the execution of a burst transfer.
• Cache control logic – It connects the processor's local buses to
the external cache controller.
• Parity generation / checking logic – The parity is used to check
whether the data are read correctly from the memory. It
generates an error signal if there is an error.
8
For Understanding purpose
9
Register Organization of 486
Microprocessor
• It contains 8, 32-bit general purpose registers they are shown in
the below figure.
The Prefix in EAX, EBX, ECX etc., stands for “Extended”.
10
Segment registers
• The 486 contains 6, 16-bit segment registers.
• FS & GS are the two additional data segment registers.
• [Total Virtual Memory Space: 4GB * 16 K = 64 TB]
11
Instruction Pointer & Flag Registers
• The Extended Instruction Pointer holds the offset of next
instruction to be executed.
• EIP is always relative to the starting address of the code
segment contained by CS.
• EFLAGS contains 14 flags out of 14, 6 are conditional flags and
remaining flags are control & system flags.
12
CFVM RF 0 NT IOPL OF IF TF SF ZF 0 AF 0 PF 1
0123456789101112131415
DF
16171831
RESERVED FOR
INTEL
E
F
L
A
G
FLAGS
AC
Status (conditional) flags
1. CF: Carry Flag
2. PF : Parity Flag
3. AF: Auxiliary carry
4. ZF: Zero Flag
5. SF : Sign Flag
6. OF : Over Flow
Control & System Flags
1. DF : Direct Flag
2. TF : Trap Flag
3. IF : Interrupt Flag
4. AC : Alignment Check
5. NT : Nested Task Flag
6. RF : Resume Flag
7. VM : Virtual Mode
8. IOPL : I/O Privilege Level Flag
Flag Register of 80486 Microprocessor
13
Status (conditional) flags
Carry flag (CY)
It is set whenever there is a carry or borrow out of the MSB of a result.
CY=1, Carry is generated
CY=0, Carry is not generated
Parity flag (PF)
It is set(1) if the result has even parity. If parity is odd, PF is reset(0).
Auxiliary carry flag (AC)
Holds a carry after addition or a borrow after subtraction between bit
positions 3 and 4 of the result.
Zero flag (ZF)
Indicates that the result of an arithmetic or logic operation It is set if
the result is zero
Sign flag (SF)
Indicates the arithmetic sign of the result after an addition or
subtraction. If S = 1, the result is negative. If S = 0, the result is positive.
Overflow flag (OF)
A overflow condition indicates that a result has exceeded the capacity of
the machine. A condition that can occur when signed numbers are added
or subtracted.
Control & System Flags
Trap or Trace flag (TF)
Debugging feature of the microprocessor
Interrupt flag (IF) - interrupt controls operation
If I = 1, the INTR pin is enabled. If I = 0, the INTR pin is disabled.
Direction flag (DF)
Controls the selection of increment and decrement for the DI and SI
registers during string instructions.
Alignment Check, AC
If AC flag set to 1, it indicates misaligned memory address.
15
Virtual 8086 Mode Flag (VM)
This flag provides 8086 mode operation within the protected mode of 486
microprocessor by setting the flag to 1.
Resume (or) Restart Flag, RF
When the resume flag is set to 1 a debug fault is ignored on the next
instruction.
Nested Task, NT
It indicates the execution of the current task is nested within another
task.
I/O Privilege Level Flag, IOPL
It indicates the maximum privilege level allowed for the execution of I/O
instructions.
16
Special purpose registers
• Segment Descriptor Cache Registers
• System Level Registers
• FPU Registers
• Debug Registers
• Test Registers
17
Segment Descriptor Cache Registers
• It is associated with each segment registers.
• The segment register is loaded with selector for memory
reference.
• The necessary information is read from the descriptor table.
• The information includes, 32 bit base address, 32 bit segment
limit etc.,
• Segment descriptor cache registers are invisible to programmer
whereas segment registers are visible to programmer.
18
System Level Registers
• It provide to control the operation of the on-chip cache, FPU,
segmentation & paging mechanism.
• It contain 3 control registers & 4 system address registers.
• Control Registers: CR0 – CR3
• CR0: Control the co-processor, paging mechanism, on-chip cache etc.,
• CR2: 32 bit linear address that cause the last page fault detected.
• CR3: It holds the physical base address of the page directory table.
• CR1 is reserved for future microprocessor.
19
Continued
• Linear Address, created by adding logical address to the
base of segment, CS, DS, ES, SS, FS, GS.
• When Paging is enabled, the page tables are used to
translate linear address to physical address.
20
System address registers
• There are 4 s/y address registers as,
• GDTR – It contains the memory base address and length of the
global descriptor table.
• IDTR – It contains the memory base address and length of the
interrupt descriptor table.
• LDTR – It contains the memory base address and length of the
local descriptor table.
• TR – It describes the executing tasks.
21
FPU Registers
• It contains 8 data registers, a tag word, a control register, a
status register, an instruction pointer & data pointer.
Debug Registers:
• It contains 6 debug registers as,
DR0 – DR3: hold four break points
DR7: sets the break points
DR6: debug status register (i.e., current state of the break
points)
DR4 & DR5: Reserved for use in future microprocessor.
22
Test Registers
• It contains 5 test registers as,
• TR3 – TR7. In that, T3, T4 & T5 are used to test the on-chip cache.
• TR6 & TR7 control the testing of the Translation Lookaside Buffer
(TLB).
23
THANK YOU
24

Weitere ähnliche Inhalte

Was ist angesagt?

Architecture of 80286 microprocessor
Architecture of 80286 microprocessorArchitecture of 80286 microprocessor
Architecture of 80286 microprocessorSyed Ahmed Zaki
 
80286 microprocessor
80286 microprocessor80286 microprocessor
80286 microprocessorAvin Mathew
 
Minimum Modes and Maximum Modes of 8086 Microprocessor
Minimum Modes and Maximum Modes of 8086 MicroprocessorMinimum Modes and Maximum Modes of 8086 Microprocessor
Minimum Modes and Maximum Modes of 8086 MicroprocessorNikhil Kumar
 
Introduction to 80386
Introduction to 80386Introduction to 80386
Introduction to 80386Abinaya B
 
Presentation on 8086 microprocessor
Presentation on 8086 microprocessorPresentation on 8086 microprocessor
Presentation on 8086 microprocessorDiponkor Bala
 
Register of 80386
Register of 80386Register of 80386
Register of 80386aviban
 
Salient featurs of 80386
Salient featurs of 80386Salient featurs of 80386
Salient featurs of 80386aviban
 
Register Transfer Language,Bus and Memory Transfer
Register Transfer Language,Bus and Memory TransferRegister Transfer Language,Bus and Memory Transfer
Register Transfer Language,Bus and Memory Transferlavanya marichamy
 
Memory banking-of-8086-final
Memory banking-of-8086-finalMemory banking-of-8086-final
Memory banking-of-8086-finalEstiak Khan
 
4.programmable dma controller 8257
4.programmable dma controller 82574.programmable dma controller 8257
4.programmable dma controller 8257MdFazleRabbi18
 
8086 architecture and pin description
8086 architecture and pin description 8086 architecture and pin description
8086 architecture and pin description Aswini Dharmaraj
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controllerabhikalmegh
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architectureprasadpawaskar
 

Was ist angesagt? (20)

Architecture of 80286 microprocessor
Architecture of 80286 microprocessorArchitecture of 80286 microprocessor
Architecture of 80286 microprocessor
 
80286 microprocessor
80286 microprocessor80286 microprocessor
80286 microprocessor
 
Minimum Modes and Maximum Modes of 8086 Microprocessor
Minimum Modes and Maximum Modes of 8086 MicroprocessorMinimum Modes and Maximum Modes of 8086 Microprocessor
Minimum Modes and Maximum Modes of 8086 Microprocessor
 
Introduction to 80386
Introduction to 80386Introduction to 80386
Introduction to 80386
 
Presentation on 8086 microprocessor
Presentation on 8086 microprocessorPresentation on 8086 microprocessor
Presentation on 8086 microprocessor
 
Register of 80386
Register of 80386Register of 80386
Register of 80386
 
Salient featurs of 80386
Salient featurs of 80386Salient featurs of 80386
Salient featurs of 80386
 
Register Transfer Language,Bus and Memory Transfer
Register Transfer Language,Bus and Memory TransferRegister Transfer Language,Bus and Memory Transfer
Register Transfer Language,Bus and Memory Transfer
 
Memory banking-of-8086-final
Memory banking-of-8086-finalMemory banking-of-8086-final
Memory banking-of-8086-final
 
Microprocessor 8086
Microprocessor 8086Microprocessor 8086
Microprocessor 8086
 
Intel+80286
Intel+80286Intel+80286
Intel+80286
 
4.programmable dma controller 8257
4.programmable dma controller 82574.programmable dma controller 8257
4.programmable dma controller 8257
 
8086 architecture and pin description
8086 architecture and pin description 8086 architecture and pin description
8086 architecture and pin description
 
8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller8259 Programmable Interrupt Controller
8259 Programmable Interrupt Controller
 
8086 microprocessor-architecture
8086 microprocessor-architecture8086 microprocessor-architecture
8086 microprocessor-architecture
 
8086 Architecture
8086 Architecture8086 Architecture
8086 Architecture
 
8086
80868086
8086
 
Microprogrammed Control Unit
Microprogrammed Control UnitMicroprogrammed Control Unit
Microprogrammed Control Unit
 
8086 Microprocessor
8086 Microprocessor8086 Microprocessor
8086 Microprocessor
 
80386 Architecture
80386 Architecture80386 Architecture
80386 Architecture
 

Ähnlich wie 486 or 80486 DX Architecture

Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollersgomathy S
 
Intel Microprocessors 8086 Documentation
Intel Microprocessors 8086 DocumentationIntel Microprocessors 8086 Documentation
Intel Microprocessors 8086 DocumentationAdeel Rasheed
 
Microprocessor 8085 architecture ppt. april 2013
Microprocessor 8085 architecture ppt. april 2013Microprocessor 8085 architecture ppt. april 2013
Microprocessor 8085 architecture ppt. april 2013harshalata
 
8086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp018086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp01destaw belay
 
8086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp018086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp01Siva Raman
 
MICROPROCESSORS AND ITS APPLICATIONS UNIT-I.ppt
MICROPROCESSORS AND ITS APPLICATIONS UNIT-I.pptMICROPROCESSORS AND ITS APPLICATIONS UNIT-I.ppt
MICROPROCESSORS AND ITS APPLICATIONS UNIT-I.pptkpkarthi2001
 
8086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp018086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp01jemimajerome
 
The microprocessor and it's architecture
The microprocessor and it's architectureThe microprocessor and it's architecture
The microprocessor and it's architecturesamaa ali
 
8086_architecture MMC PPT.ppt
8086_architecture MMC PPT.ppt8086_architecture MMC PPT.ppt
8086_architecture MMC PPT.pptJamesAlpha3
 
INTEL 8086 MICROPROCESSOR
INTEL 8086 MICROPROCESSORINTEL 8086 MICROPROCESSOR
INTEL 8086 MICROPROCESSORSagar Kuntumal
 

Ähnlich wie 486 or 80486 DX Architecture (20)

It322 intro 1
It322 intro 1It322 intro 1
It322 intro 1
 
x86_1.ppt
x86_1.pptx86_1.ppt
x86_1.ppt
 
Microprocessors and microcontrollers
Microprocessors and microcontrollersMicroprocessors and microcontrollers
Microprocessors and microcontrollers
 
8086 microprocessor
8086 microprocessor8086 microprocessor
8086 microprocessor
 
U I - 4. 80386 Real mode.pptx
U I - 4. 80386 Real mode.pptxU I - 4. 80386 Real mode.pptx
U I - 4. 80386 Real mode.pptx
 
Intel Microprocessors 8086 Documentation
Intel Microprocessors 8086 DocumentationIntel Microprocessors 8086 Documentation
Intel Microprocessors 8086 Documentation
 
Introduction to 80386
Introduction to 80386Introduction to 80386
Introduction to 80386
 
microprocessor
 microprocessor microprocessor
microprocessor
 
MP_MC.pdf
MP_MC.pdfMP_MC.pdf
MP_MC.pdf
 
Microprocessor 8085 architecture ppt. april 2013
Microprocessor 8085 architecture ppt. april 2013Microprocessor 8085 architecture ppt. april 2013
Microprocessor 8085 architecture ppt. april 2013
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
8086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp018086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp01
 
8086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp018086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp01
 
Amp
AmpAmp
Amp
 
MICROPROCESSORS AND ITS APPLICATIONS UNIT-I.ppt
MICROPROCESSORS AND ITS APPLICATIONS UNIT-I.pptMICROPROCESSORS AND ITS APPLICATIONS UNIT-I.ppt
MICROPROCESSORS AND ITS APPLICATIONS UNIT-I.ppt
 
8086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp018086 microprocessor-architecture-120207111857-phpapp01
8086 microprocessor-architecture-120207111857-phpapp01
 
Advanced micro -processor
Advanced micro -processorAdvanced micro -processor
Advanced micro -processor
 
The microprocessor and it's architecture
The microprocessor and it's architectureThe microprocessor and it's architecture
The microprocessor and it's architecture
 
8086_architecture MMC PPT.ppt
8086_architecture MMC PPT.ppt8086_architecture MMC PPT.ppt
8086_architecture MMC PPT.ppt
 
INTEL 8086 MICROPROCESSOR
INTEL 8086 MICROPROCESSORINTEL 8086 MICROPROCESSOR
INTEL 8086 MICROPROCESSOR
 

Kürzlich hochgeladen

SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxdhanalakshmis0310
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxcallscotland1987
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseAnaAcapella
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 

Kürzlich hochgeladen (20)

SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 

486 or 80486 DX Architecture

  • 1. 486 or 80486DX Architecture
  • 2. Functional units of 80486 • BIU (Bus Interface Unit) • Code prefetch unit • Instruction decoding unit • Control & protection test unit • Execution unit • Floating Point Unit (FPU) • Segmentation unit • Paging unit • Cache unit 2
  • 4. Continued • The execution unit executes a series of micro instruction. • The barrel shifter is a special type of shift register performs multiple number of shifts in a single operation. • MMU contains segmentation and paging. The segmentation unit computes physical address from logical address. • The paging unit converts linear address to physical address also logical address to physical address conversion is required. • The paging unit has TLB (Translation Lookaside Buffer) – It keeps a cache (static RAM) of most recently accessed pages. • There is a control ROM with the control and protection test unit. 4
  • 5. Continued • The 80486 has a built in math co-processor (FPU). It executes trigonometric, logarithmic, exponential and arithmetic instructions. • The cache unit consists of an 8KB code and data. • The BIU interfaces with memory and I/O devices to 486 microprocessor. The code prefetch unit fetches the instruction in the queue. The instruction decoding unit receives the instruction codes from prefetch unit and decodes them. Then Execution unit executes them. • Protection is very essential for multiuser system. It helps to isolate operating system to user task and user tasks from each other. 5
  • 7. Continued… • The address drivers are used to drive the address out onto the processor's local address bus (A31:A2), and control logic for signaling whether a memory I/O, or interrupt acknowledgement bus cycle is to be performed. • Data bus transceivers – It is used to get the data onto the processor's local data bus during read / write bus cycles • Write buffers – It allow the bus unit to buffer to permit write operations to complete the execution instantly. • Bus size control logic – It senses when the microprocessor is communicating with 8 or 16 bit devices, causing the microprocessor to automatically execute multiple bus cycles when necessary. 7
  • 8. Continued… • Bus control request sequencer – It determines the order of addressing during burst transfers. • Burst bus control logic – It is used to control the buses during the execution of a burst transfer. • Cache control logic – It connects the processor's local buses to the external cache controller. • Parity generation / checking logic – The parity is used to check whether the data are read correctly from the memory. It generates an error signal if there is an error. 8
  • 10. Register Organization of 486 Microprocessor • It contains 8, 32-bit general purpose registers they are shown in the below figure. The Prefix in EAX, EBX, ECX etc., stands for “Extended”. 10
  • 11. Segment registers • The 486 contains 6, 16-bit segment registers. • FS & GS are the two additional data segment registers. • [Total Virtual Memory Space: 4GB * 16 K = 64 TB] 11
  • 12. Instruction Pointer & Flag Registers • The Extended Instruction Pointer holds the offset of next instruction to be executed. • EIP is always relative to the starting address of the code segment contained by CS. • EFLAGS contains 14 flags out of 14, 6 are conditional flags and remaining flags are control & system flags. 12
  • 13. CFVM RF 0 NT IOPL OF IF TF SF ZF 0 AF 0 PF 1 0123456789101112131415 DF 16171831 RESERVED FOR INTEL E F L A G FLAGS AC Status (conditional) flags 1. CF: Carry Flag 2. PF : Parity Flag 3. AF: Auxiliary carry 4. ZF: Zero Flag 5. SF : Sign Flag 6. OF : Over Flow Control & System Flags 1. DF : Direct Flag 2. TF : Trap Flag 3. IF : Interrupt Flag 4. AC : Alignment Check 5. NT : Nested Task Flag 6. RF : Resume Flag 7. VM : Virtual Mode 8. IOPL : I/O Privilege Level Flag Flag Register of 80486 Microprocessor 13
  • 14. Status (conditional) flags Carry flag (CY) It is set whenever there is a carry or borrow out of the MSB of a result. CY=1, Carry is generated CY=0, Carry is not generated Parity flag (PF) It is set(1) if the result has even parity. If parity is odd, PF is reset(0). Auxiliary carry flag (AC) Holds a carry after addition or a borrow after subtraction between bit positions 3 and 4 of the result. Zero flag (ZF) Indicates that the result of an arithmetic or logic operation It is set if the result is zero Sign flag (SF) Indicates the arithmetic sign of the result after an addition or subtraction. If S = 1, the result is negative. If S = 0, the result is positive.
  • 15. Overflow flag (OF) A overflow condition indicates that a result has exceeded the capacity of the machine. A condition that can occur when signed numbers are added or subtracted. Control & System Flags Trap or Trace flag (TF) Debugging feature of the microprocessor Interrupt flag (IF) - interrupt controls operation If I = 1, the INTR pin is enabled. If I = 0, the INTR pin is disabled. Direction flag (DF) Controls the selection of increment and decrement for the DI and SI registers during string instructions. Alignment Check, AC If AC flag set to 1, it indicates misaligned memory address. 15
  • 16. Virtual 8086 Mode Flag (VM) This flag provides 8086 mode operation within the protected mode of 486 microprocessor by setting the flag to 1. Resume (or) Restart Flag, RF When the resume flag is set to 1 a debug fault is ignored on the next instruction. Nested Task, NT It indicates the execution of the current task is nested within another task. I/O Privilege Level Flag, IOPL It indicates the maximum privilege level allowed for the execution of I/O instructions. 16
  • 17. Special purpose registers • Segment Descriptor Cache Registers • System Level Registers • FPU Registers • Debug Registers • Test Registers 17
  • 18. Segment Descriptor Cache Registers • It is associated with each segment registers. • The segment register is loaded with selector for memory reference. • The necessary information is read from the descriptor table. • The information includes, 32 bit base address, 32 bit segment limit etc., • Segment descriptor cache registers are invisible to programmer whereas segment registers are visible to programmer. 18
  • 19. System Level Registers • It provide to control the operation of the on-chip cache, FPU, segmentation & paging mechanism. • It contain 3 control registers & 4 system address registers. • Control Registers: CR0 – CR3 • CR0: Control the co-processor, paging mechanism, on-chip cache etc., • CR2: 32 bit linear address that cause the last page fault detected. • CR3: It holds the physical base address of the page directory table. • CR1 is reserved for future microprocessor. 19
  • 20. Continued • Linear Address, created by adding logical address to the base of segment, CS, DS, ES, SS, FS, GS. • When Paging is enabled, the page tables are used to translate linear address to physical address. 20
  • 21. System address registers • There are 4 s/y address registers as, • GDTR – It contains the memory base address and length of the global descriptor table. • IDTR – It contains the memory base address and length of the interrupt descriptor table. • LDTR – It contains the memory base address and length of the local descriptor table. • TR – It describes the executing tasks. 21
  • 22. FPU Registers • It contains 8 data registers, a tag word, a control register, a status register, an instruction pointer & data pointer. Debug Registers: • It contains 6 debug registers as, DR0 – DR3: hold four break points DR7: sets the break points DR6: debug status register (i.e., current state of the break points) DR4 & DR5: Reserved for use in future microprocessor. 22
  • 23. Test Registers • It contains 5 test registers as, • TR3 – TR7. In that, T3, T4 & T5 are used to test the on-chip cache. • TR6 & TR7 control the testing of the Translation Lookaside Buffer (TLB). 23