SSaguninsagunwrites.hashnode.dev·Aug 16 · 5 min readArithmetic InstructionsComputers are constantly performing calculations. Adding numbers, subtracting values, increasing counters, and comparing numerical quantities are all common operations performed by a processor. The CP00
SSaguninsagunwrites.hashnode.dev·Aug 16 · 6 min readData Transfer InstructionsA processor constantly moves information between registers, memory, and input/output devices. But how does the CPU tell itself to move that information? It uses data transfer instructions. Data transf00
SSaguninsagunwrites.hashnode.dev·Aug 16 · 5 min readWhat Is an Instruction?A computer can perform calculations, move data, compare values, and make decisions—but how does the processor know what operation to perform? The answer is instructions. An instruction is a command gi00