Style Guide

opcode¹ ² ³

opcode sets one bit of a variable based on its bit index¹ ² ³

opcode(a,5);

🔴 Syntax¹ ² ³

opcode( <variable> , <bit_index> );

Parameters

<variable> : any defined variable. <bit_index> : index point of the bit to be set with a range of 0 to 15.

🔵 Returns

Nothing

Last updated