Arithmetic Instructions in 8085
Arithmetic instructions perform various arithmetic operations such as addition, subtraction, increment, and decrement. Commonly used arithmetic operations are: Add Subtract Increment Decrement The complete list of arithmetic instructions in 8085 is described in the following table. Mnemonic Description Example ADD R 1-byte instructionAdds the contents of register R to the contents of the accumulator. ADD …
