eax 双语例句
全部
1·For example, B5 refers to test eax,eax.
例如,B5 代表 test eax,eax。
2·Thus % eax serves here as both input and output register.
这样,这里的% eax既可以用作输入寄存器,又可以用作输出寄存器。
3·What value is in EAX after execution of each instruction?
什么是价值在eax中的每个指令执行后?
4·While lodsl modifies % eax, the lodsl and stosl instructions use it implicitly.
当lodsl修改% eax时,lodsl和stosl指令隐含地使用它。
5·A value of 1 (for the Linux exit system call) is stored in EAX to request that the program exit.
EAX 中存储的值是 1(代表 Linux exit 系统调用),这请求程序退出。
6·And since % eax is specified in the clobbered list, GCC doesn't use it anywhere else to store data.
因为% eax是在修饰列表中指定的,GCC不在任何其它地方使用它来存储数据。
7·After a few simple tests, the actual system call is invoked using the system_call_table and index contained in eax.
在经过几个简单测试之后,使用system_call _ table和eax中包含的索引来执行真正的系统调用了。
8·Unless this is done, GCC assumes that % eax and % ecx are free, and it may decide to use them for storing other data.
在完成这一步之前,gcc假设% eax和% ecx是自由的,它可能决定将它们用作存储其它的数据。
9·The code at BE allocates the memory from the heap for the Singleton object and stores a pointer to that memory in eax.
be处的代码为Singleton对象从堆中分配内存,并将一个指向该块内存的指针存储到eax中。
10·The next line, C3, takes the pointer in eax and stores it back into the instance reference at memory location 049388C8.
下一行代码,C3,获取 eax 中的指针并将其存储回内存位置为 049388C8 的实例引用。
