Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
wie übersetze ich folgendes in die gcc ASM syntax?
unsigned long TimeHI, TimeLO; // TimeHI, TimeLO werden belegt __asm { rdtsc sub eax, TimeLO sbb edx, TimeHI mov TimeLO, eax mov TimeHI, edx }
http://www.cs.virginia.edu/~clc5q/gcc-inline-asm.pdf