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 · 5 min readTypes of InstructionsIn the previous article, we learned that an instruction is a command that tells the CPU what operation to perform. But processors perform many different kinds of operations. They need to move data, pe00