Wednesday, March 27, 2019

ARITHMETIC INSRUCTIONS




ADD: Add Accumulator  
          Syntax:         ADD A, Operand

Description:
“ADD” will add the value operand to the value of the Accumulator, leaving the resulting value in the Accumulator. 
                     Ex:        ADD A,R0
                                    ADD A,@R1

No comments:

Post a Comment