栈指针 meaning in English
stack pointer
Examples
- Inline assembly can be written to determine the stack pointer
可以编写内联程序集( inline assembly )来确定栈指针。 - There are no push or pop instructions and no dedicated stack pointer register defined by the architecture
体系结构没有定义压入或者弹出指令,也没有定义专门的栈指针寄存器。 - The eabi reserves gpr1 for a stack pointer , gpr3 - gpr7 for function argument passing , and gpr3 for function return values
Eabi将gpr1预留为栈指针, gpr3到gpr7用于函数参数传递, gpr3用于函数返回值。 - The stack is coordinated with a stack pointer that keeps track of storage and retrieval of each byte or word of information in the stack
栈和一个栈指针配合工作,栈指针随时指示要存取的每个字或字节信息在栈中的位置。