Emit
__emit__
__emit__
組み込み関数を使用すると、バイト シーケンスをオブジェクト ファイルに出力できます。 バイトの値はコンパイル時にわかっている必要があります。 例:
/* 0x90 is the opcode of the nop (no operation) instruction */
__emit__ (0x90, 0x90)
__emit__
組み込み関数を使用すると、バイト シーケンスをオブジェクト ファイルに出力できます。 バイトの値はコンパイル時にわかっている必要があります。 例:
/* 0x90 is the opcode of the nop (no operation) instruction */
__emit__ (0x90, 0x90)