__emit__
(Redirected from Bcc intrinsics)
Go Up to Keywords, Alphabetical Listing Index
Use the __emit__
intrinsic to emit a sequence of bytes to the object file. The value of bytes must be known at compile time. Example:
/* 0x90 is the opcode of the nop (no operation) instruction */
__emit__ (0x90, 0x90)