Intel 8085 Question:
Download Questions PDF

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

Answer:

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'

Download 8085 Interview Questions And Answers PDF

Previous QuestionNext Question
What is object repository?Why the temporary registers W and Z are named so i mean we start from A,B,C,D,E then H and L coz H stands for higher bit nd L for lower bit of the address pinted by memory pointer....but wats w and z for?