difference between memory address register(MAR) and program counter(PC)?
microcontroller, microprocessors
Solution
The difference is that the program counter points to the next instruction to be fetched / executed , whereas the memory address register points to a memory location where the program being run will fetch some data (not an instruction).
Problem
How memory address register(MAR) and program counter(PC) are different from each other?