-
For example, B5 refers to test eax,eax.
例如,B5 代表 test eax,eax。
-
Thus % eax serves here as both input and output register.
这样,这里的% eax既可以用作输入寄存器,又可以用作输出寄存器。
-
What value is in EAX after execution of each instruction?
什么是价值在eax中的每个指令执行后?
-
While lodsl modifies % eax, the lodsl and stosl instructions use it implicitly.
当lodsl修改% eax时,lodsl和stosl指令隐含地使用它。
-
And since % eax is specified in the clobbered list, GCC doesn't use it anywhere else to store data.
因为% eax是在修饰列表中指定的,GCC不在任何其它地方使用它来存储数据。
1. EAX全名为Environmental Audio Extension(环境音效扩展)这是创新公司在推出SB Live声卡时所推出的API插槽标准。