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
UIUmer Islaminblog.umerislam.codes·Sep 15, 2025 · 2 min readAssembly Language: Memory Allocation, Access, Bytes and Words.For the CPU to operate, we must store the data we want to operate on; it is stored in RAM. The different buses of the CPU that communicate with the RAM fetch and read that data. NOTE: Please read the first blog in the series for a better understandin...00
JMJyotiprakash Mishrainblog.jyotiprakash.org·Jan 4, 2024 · 3 min readStorage HierarchyUnderstanding the storage hierarchy in computers is essential for grasping how data is processed and accessed at different speeds and costs. Each level in the hierarchy serves a specific purpose, balancing the trade-off between access speed and stora...00