#include <stdio.h> int main() { int a; asm("movl $10, %eax; xchg %al, %ah"); asm("movl $10, %eax;" "xchg %al, %ah"); return 0; }