SSaguninsagunwrites.hashnode.dev·16h ago · 6 min readBase Register Addressing ModeIn the previous article, we learned about Relative Addressing, where the CPU calculates an address using a reference address and an offset. Now we'll learn about Base Register Addressing. This address00
SSaguninsagunwrites.hashnode.dev·16h ago · 9 min readAddressing ModesA CPU instruction tells the processor what operation to perform. But when an instruction needs data, another question appears: Where is that data located? The method used by an instruction to specify 00