encoding

fun encoding(operand: Int): Int

Answer the instruction coding of the receiver for the given operand. The receiver must be arity one (1), which is equivalent to its ordinal being greater than or equal to distinctInstructions.

Return

The instruction coding.

Parameters

operand

The operand.


val encoding: Int

The instruction coding of the receiver.