Synopsis
#include <inavr.h> void __insert_opcode(unsigned short opcode);
Description
__insert_opcode inserts opcode into the code stream and can be used to insert special instructions directly into function code. opcode must be a compile-time constant.
__insert_opcode is an intrinsic function and produces inline code.
Portability
__insert_opcode can be used on any AVR device.