Digital Electronics - Computers - Discussion

Discussion Forum : Computers - General Questions (Q.No. 8)
8.
Which is not an operand?
Variable
Register
Memory location
Assembler
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Sumit said:   8 years ago
Here variable, memory address, Register are operands used in assembly language.

Eg from the instruction set of microprocessor 8085.

MOV A , B : here a and b are registered.
ADD 2047H , D: here 2047 is a memory address.
MVI b, 02 : here b is registered and 02 is data.

Assembler is a different thing.

Sawant said:   9 years ago
Because assembler is a language.

Deepak said:   9 years ago
What's operand? Can anyone explain to me?

Pankaj sethia said:   1 decade ago
Assembler is used to convert assembly language to binary language so it can be an operand.

Post your comments here:

Your comments will be displayed after verification.