SSaguninsagunwrites.hashnode.dev·12h ago · 6 min readDirect Addressing ModeIn the previous article, we learned how Auto-Increment and Auto-Decrement Addressing can automatically modify a register while accessing memory. Now we'll look at Direct Addressing Mode, where the mem00
SSaguninsagunwrites.hashnode.dev·12h ago · 7 min readInstruction FormatWe know that an instruction tells the CPU what operation to perform. But how does the processor know what each part of an instruction means? An instruction is not just a random collection of bits. It 00