<div class="t-tr-text">C + + keywords:<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">C++ keywords:</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div> asm
Aus cppreference.com
<metanoindex/>
Usage
Beispiel
// call exit(0) on 32-bit x86 Linux
asm("movl $1,%%eax;
xorl %%ebx,%%ebx;
int $0x80"
);
