分类: LINUX
2014-10-21 16:14:51
原文地址:Linux进程切换分析 作者:czysocket_dara
- %esp: The stack pointerholds the limit of the current stack frame, which is the address of thestack’s bottom-most, valid word. At all times, the stack pointer shouldpoint to a word-aligned area.
- ......
- %ecx and%edx:Scratch registers have no specified role in the standard callingsequence. Functions do not have to preserve their values for the caller.
- ......