World's most popular travel blog for travel bloggers.

What is opcode and operand?

, , No Comments

Opcode is an instruction that tells processor what to do with the variable or data written besides it.

Oprand is a variable that stores data(and data can be a memory address or any data that we want to process).

e.g. MVI A,B

here instruction MVI is an opcode. A & B are oprands.

Same for other instructions.

0 comments:

Post a Comment

Let us know your responses and feedback