What are the 4 registers?
PC (program counter)
ACC (Accumulator)
MDR (Memory Data Register)
MAR (Memory Address Register)
What does the program counter do?
Holds memory address of next instruction
What does the memory address register do?
Holds memory address of current instruction
What does the memory data register do?
Holds instructions/data currently in process
What does the accumulator do?
Results of calculations are added to this