Synopsis
#include <ina90.h> void _OPC(unsigned short opcode);
Description
_OPC 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.
_OPC is an intrinsic function and produces inline code.
Portability
_OPC can be used on any AVR device.