__emit__

Aus RAD Studio
Wechseln zu: Navigation, Suche

Nach oben zu Schlüsselwörter alphabetisch - Index


Mit __emit__ geben Sie eine Byte-Folge in die Objektdatei aus. Der Wert der Bytes muss beim Compilieren bekannt sein. Beispiel:

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

Siehe auch