SlideShare a Scribd company logo
2
Most read
3
Most read
4
Most read
Name: Koshti Harshad
Branch: CE
Subject: Computer Organization
Subject Code: 2140707
Topic: Design of Accumulator unit
Accumulator Unit
The above figure shows the control circuit associated with the AC register.
As shown in figure , the ALU has three sources of inputs:
1) One from AC register,
2) Second from DR register,
3) Third from INPR register.
The output of ALU is connected as an input for AC register.
The register has three control inputs:
1) LD
2) INR
3) CLR
Sr. No. Register Transfer Statement Operation
1 D0 T5 : AC  AC ^ DR AND AC with DR
2 D1 T5 : AC  AC + DR Add AC and DR
3 D2 T5 : AC  DR Load AC from DR
4 p B11 : AC(0 – 7)  INPR Load AC from INPR
5 rB9 : AC  AC Complement AC
6 r B7 : AC  Shr AC, A(15)  E Shift right AC
7 r B6 : AC  Shl AC, AC(0)  E Shift left AC
8 r B11 : AC  0 Clear AC
9 r B5 : AC  AC + 1 Increment AC
Thank
You

More Related Content

PPTX
Timing and control
PPTX
design of accumlator
PPTX
Combinational circuits
PPT
pipelining
PPTX
Floating point arithmetic operations (1)
PPTX
Instruction sets of 8086
PPTX
Signed Addition And Subtraction
PPT
Pipelining & All Hazards Solution
Timing and control
design of accumlator
Combinational circuits
pipelining
Floating point arithmetic operations (1)
Instruction sets of 8086
Signed Addition And Subtraction
Pipelining & All Hazards Solution

What's hot (20)

PDF
Computer organisation -morris mano
PDF
Production System in AI
PPTX
Principal Sources of Optimization in compiler design
PPTX
Chapter 5: Cominational Logic with MSI and LSI
PPTX
DMA and DMA controller
PPTX
Magnitude comparator
PPTX
Register of 80386
PPTX
BCD arithmetic and 16-bit data operations
PPTX
Data Representation
PPT
Microprocessor 80386
PPT
Data transfer and manipulation
PPTX
Stack organization
PPTX
Computer architecture input output organization
PPTX
Computer arithmetic
PPTX
Microprogrammed Control Unit
ODP
Production system in ai
PPTX
Interrupts and types of interrupts
PPTX
Carry look ahead adder
PPT
multiplexers and demultiplexers
PPTX
Instruction Formats
Computer organisation -morris mano
Production System in AI
Principal Sources of Optimization in compiler design
Chapter 5: Cominational Logic with MSI and LSI
DMA and DMA controller
Magnitude comparator
Register of 80386
BCD arithmetic and 16-bit data operations
Data Representation
Microprocessor 80386
Data transfer and manipulation
Stack organization
Computer architecture input output organization
Computer arithmetic
Microprogrammed Control Unit
Production system in ai
Interrupts and types of interrupts
Carry look ahead adder
multiplexers and demultiplexers
Instruction Formats
Ad

Similar to Design of Accumulator Unit (7)

DOCX
ADS Lab 5 Report
PPTX
Acc logic
PPTX
Unit_2 (4).pptx
PPT
1.Basic Structure of Computer System.ppt
PPTX
Understanding Single-Cycle Datapath Architecture in Computer Systems.pptx
PPTX
Computer architecture chapter 5 bca.pptx
PPTX
Building a datapath and control in processor
ADS Lab 5 Report
Acc logic
Unit_2 (4).pptx
1.Basic Structure of Computer System.ppt
Understanding Single-Cycle Datapath Architecture in Computer Systems.pptx
Computer architecture chapter 5 bca.pptx
Building a datapath and control in processor
Ad

Recently uploaded (20)

PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PDF
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
737-MAX_SRG.pdf student reference guides
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
PDF
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
PPT
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PDF
Soil Improvement Techniques Note - Rabbi
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
Visual Aids for Exploratory Data Analysis.pdf
PDF
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PDF
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
PPTX
communication and presentation skills 01
PDF
Abrasive, erosive and cavitation wear.pdf
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Analyzing Impact of Pakistan Economic Corridor on Import and Export in Pakist...
Automation-in-Manufacturing-Chapter-Introduction.pdf
737-MAX_SRG.pdf student reference guides
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
A SYSTEMATIC REVIEW OF APPLICATIONS IN FRAUD DETECTION
UNIT no 1 INTRODUCTION TO DBMS NOTES.pdf
R24 SURVEYING LAB MANUAL for civil enggi
BIO-INSPIRED ARCHITECTURE FOR PARSIMONIOUS CONVERSATIONAL INTELLIGENCE : THE ...
INTRODUCTION -Data Warehousing and Mining-M.Tech- VTU.ppt
Fundamentals of safety and accident prevention -final (1).pptx
Soil Improvement Techniques Note - Rabbi
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
Visual Aids for Exploratory Data Analysis.pdf
Integrating Fractal Dimension and Time Series Analysis for Optimized Hyperspe...
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
COURSE DESCRIPTOR OF SURVEYING R24 SYLLABUS
communication and presentation skills 01
Abrasive, erosive and cavitation wear.pdf

Design of Accumulator Unit

  • 1. Name: Koshti Harshad Branch: CE Subject: Computer Organization Subject Code: 2140707 Topic: Design of Accumulator unit
  • 3. The above figure shows the control circuit associated with the AC register. As shown in figure , the ALU has three sources of inputs: 1) One from AC register, 2) Second from DR register, 3) Third from INPR register. The output of ALU is connected as an input for AC register. The register has three control inputs: 1) LD 2) INR 3) CLR
  • 4. Sr. No. Register Transfer Statement Operation 1 D0 T5 : AC  AC ^ DR AND AC with DR 2 D1 T5 : AC  AC + DR Add AC and DR 3 D2 T5 : AC  DR Load AC from DR 4 p B11 : AC(0 – 7)  INPR Load AC from INPR 5 rB9 : AC  AC Complement AC 6 r B7 : AC  Shr AC, A(15)  E Shift right AC 7 r B6 : AC  Shl AC, AC(0)  E Shift left AC 8 r B11 : AC  0 Clear AC 9 r B5 : AC  AC + 1 Increment AC