opcode sets one bit of a variable based on its bit index¹ ² ³
opcode
opcode(a,5);
opcode( <variable> , <bit_index> );
<variable> : any defined variable. <bit_index> : index point of the bit to be set with a range of 0 to 15.
Nothing