Answers

Question and Answer:

  Home  8085

⟩ What is the logical difference b/w Move A TO B and COMPUTE B = A?

In case of Move A TO B it will move whatever the value of a in to b.

it mean it will move numeric, alphanumeric and alphabatic value.

In case of COMPUTE B = A it will assign the vale of a in to b.

but in case of compute only numeric value will be compute.

mov a,b Ans- means whatever the data present on the 'b' it will transfer into 'a'

 151 views

More Questions for you: