Synopsis
void __insert_opcode(unsigned short op);
Description

__insert_opcode inserts op into the code stream and can be used to insert special instructions directly into function code. op must be a compile-time constant.

__insert_opcode is an intrinsic function and produces inline code.