Inserts raw bytes into the object code.
opword value
This directive inserts value into the object code. For example
opword 0x7C0802A6
is equivalent to
mflr r0
The compiler does not check the validity of value ; the compiler simply copies it into the object code that it generates.