how do I turn AT&T syntax into intel syntax?
In AT&T syntax you can do something like asm(“mov %%eax, %0nt”:”=r” (a[0])); but not in intel syntax.
I want to translate this AT&T syntax to intel syntax, it gets the cpu brand name and print it.
In AT&T syntax you can do something like asm(“mov %%eax, %0nt”:”=r” (a[0])); but not in intel syntax.
I want to translate this AT&T syntax to intel syntax, it gets the cpu brand name and print it.