Operand Guide, Meaning , Facts, Information and Description
In mathematics, an operand is one of the inputs of an operator. For instance, in
- 3 + 6 = 9
The number of operands of an operator is called its arity. Based on arity, operations are classified as unary, binary etc.
In computing, an assembly language operand is a value on which the instruction, named by mnemonic, operates. The operand may be a processor register, a memory address, a literal constant, or a label. A simple example (PC architecture) is
- mov ds, ax
This is an Article on Operand. Page Contains Information, Facts Details or Explanation Guide About Operand
