Save
...
Systems Architecture
Architecture
Registers
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Leo
Visit profile
Cards (7)
General-purpose
registers
They store the results of
intermediate calculations
during
larger
computations
View source
Dedicated
or
special-purpose
registers
They are used for
specific functions
within the processor
View source
Current Instruction Register
(CIR)
Holds the current instruction that the processor is executing
View source
Memory Address Register
(
MAR
)
Temporarily
stores
memory addresses
used when searching for data in
RAM
View source
Memory Data Register
(
MDR
)
Temporarily holds data values
or
instructions
that are
read
from or
written
to the
main memory
View source
Program Counter
(PC)
Stores the
address
of the next
instruction
to be executed by the
processor
View source
Accumulator
register
Stores
the result of any
calculation
performed by the processor
View source