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