- Introduction
- Example 1
- Example 2
- Resources
Introduction
What are registers?
A register is a small, fast and easily accessible area of memory available to the computer’s processor. Some registers are specific purpose, such as the MAR, MDR, or ACC. Other registers are general purpose registers that can hold any data. How data is stored in registers varies from machine to machine and from register to register.
What do I need to know for the exam?
- You will need to be able to give a definition of a register
- You will need to be able to name the common registers found in Von Neumann Architecture (e.g. MDR,ACC,IR)
- You will need to be able to perform simple binary tasks with the contents of a register.(see example)