In the following example, the cpuid instruction takes the input in the % eax register and gives output in four registers: % eax, % ebx, % ecx, % edx.
在下面的示例中,cpuid指令采用% eax寄存器中的输入,然后在四个寄存器中给出输出:% eax、% ebx、% ecx、% edx。
After that is another alignment statement for the beginning of the string that gives your output.
这之后是另一个用来对齐输出字符串起始位置的对齐语句。
Compiling and running the Listing 1 code using JDK 5.0 gives the output shown in Listing 2.
使用JDK 5.0编译并运行清单1代码会给出清单2中的输出。
应用推荐