Encodes the program instruction.
instruction
@override Iterable<int> encodeInstruction<T extends Enum>(final T instruction) => Buffer.fromUint32(instruction.index);