Emit

提供: RAD Studio
移動先: 案内検索

__emit__

__emit__ 組み込み関数を使用すると、バイト シーケンスをオブジェクト ファイルに出力できます。 バイトの値はコンパイル時にわかっている必要があります。 例:

 /* 0x90 is the opcode of the nop (no operation) instruction */
 __emit__ (0x90, 0x90)

関連項目