I encountered this question in a test paper. It stated, Which of the given addressing modes is faster? Why?
Now according to me register addressing mode should be faster as register is the fastest memory location in the computer. Is this the correct answer to it?
Please help out. Thanks
Register accesses are the fastest. However, memory accesses can be as fast if the memory data that you're accessing is already in the CPU's data cache.