keywordIndex

open override fun keywordIndex(instruction: Int): Int

Assume that the instruction encodes an operand that represents a message part index: answer the operand. Answer 0 if the operand does not represent a message part.

Return

The message part index, or 0 if the assumption was false.

Parameters

instruction

A coded instruction.