SSaguninsagunwrites.hashnode.dev·Aug 16 · 7 min readRelative Addressing ModeIn the previous article, we learned about Indirect Addressing, where the instruction leads to an address that contains the actual address of the operand. Now we'll learn about Relative Addressing Mode00
SSaguninsagunwrites.hashnode.dev·Aug 16 · 7 min readProgram Control InstructionsSo far, we've learned that processors use instructions to transfer data, perform arithmetic, perform logical operations, and shift bits. But there's another important question: How does a CPU decide w00
SSaguninsagunwrites.hashnode.dev·Aug 6 · 7 min readRegisters and Their TypesA processor performs millions or even billions of operations every second. To perform these operations efficiently, it needs extremely fast storage locations where it can temporarily keep data, instru00