Title: Computer Basics
1Computer Basics
2(No Transcript)
3Datapath Operations
4The Register File
5Bit Level view of the Register File
6The Arithmatic Logic Unit(ALU)
7The Arithmatic Logic Unit(ALU)
8MemoryLocal and Main
9Instructions and Datapathfor Register-to-Register
Operations
10Instructions and Datapathfor Store Operation
SW R4, 0X4385
11Instructions and Datapathfor Load Operation
LW R21, 0X23A9
12Variations in Instruction sets Datapaths
13Datapath forsw R2, 4(R30) operation
Say, R304500 R2 3245 values are
in decimal
14Enhancement of Instruction set
SHL R14, R8, 3 shift left the content of R8 by 3
and place in R14 SHR R2,R27, 2 shift right the
content of R27 by 2 and place in R2
15Source
A First Course in Digital Systems Design - An
Integrated Approach by John P.
Uyemura Brooks/Cole Publishing Company, 1999.
(required)