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