Computer Science, asked by shimply8051, 1 year ago

Examples for arithmetic instructions in computer organization

Answers

Answered by InFocus
0
Arithmetic instructions. Arithmetic instructions perform several basicoperations such as addition, subtraction, division, multiplication etc. After execution, the result is stored in the first operand. For example: ADD A,R1 - The result of addition (A+R1) will be stored in the accumulator.
Similar questions