8085 Arithmetic Instructions - Tutorialspoint PDF
8085 Arithmetic Instructions - Tutorialspoint PDF
Following is the table showing the list of Arithmetic instructions with their meanings.
https://www.tutorialspoint.com/microprocessor/microprocessor_8085_arithmetic_instructions.htm 1/4
6/11/2020 8085 Arithmetic Instructions - Tutorialspoint
Add the The 8-bit data and the Carry flag are added to
immediate to the contents of the accumulator and the result is
ACI 8-bit data the stored in the accumulator.
accumulator
Example − ACI 55K
with carry
Add the register The 16-bit data of the specified register pair are
DAD Reg. pair pair to H and L added to the contents of the HL register.
registers Example − DAD K
SBB R Subtract the The contents of the register or the memory & M
source and the Borrow flag are subtracted from the contents
M
borrow from the of the accumulator and the result is placed in the
accumulator accumulator.
Example − SBB K
DAA None Decimal adjust The contents of the accumulator are changed
accumulator from a binary value to two 4-bit BCD digits.
Example − DAA
https://www.tutorialspoint.com/microprocessor/microprocessor_8085_arithmetic_instructions.htm 4/4