Ahmed Goudaahmedgouda.hashnode.dev·Jan 15, 2024Program and Instruction TypesCode Stream: The Program We previously defined the code stream as consisting of “an ordered sequence of operations,” and this definition is fine as far as it goes. But in order to dig deeper, we need a more detailed picture of what the code stream is...54 readsEmbedded SystemsInside The Machine
Ahmed Goudaahmedgouda.hashnode.dev·Jan 10, 2024Register File and RAMThe Register File Since numbers must first be fetched from storage before they can be added, we want our data storage space to be as fast as possible so that the operation can be carried out quickly. Since the ALU is the part of the processor that do...86 readsEmbedded SystemsInside The Machine
Ahmed Goudaahmedgouda.hashnode.dev·Dec 25, 2023Computing ModelsModern computers come in all shapes and sizes, and they aid us in a million different types of tasks ranging from the serious, like air traffic control and cancer research, to the not-so-serious, like computer gaming and photograph retouching. But as...79 readsEmbedded SystemsInside The Machine