#include <in430.h> void _OPC(unsigned short opcode);
_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.
_OPC can be used on any MSP430 device.