您要查找的是不是:
- stack pointer addressing mode [计] 栈指示字编址方式
- stack pointer address 栈指示字地址
- For example, you can use the stack pointer to follow the stack. 例如,可以使用堆栈指针跟踪堆栈。
- Stack pointer verification, which detects stack pointer corruption. 堆栈指针验证,该操作检测堆栈指针损坏。
- Stack pointer corruption can be caused by a calling convention mismatch. 调用约定不匹配可能导致堆栈指针损坏。
- An invalid pointer address was detected by the underlying socket provider. 基础套接字提供程序检测到无效的指针地址。
- The stack pointer is moved down to create new memory and moved up to release that memory. 堆栈指针若向下移,会创建新的内存;若向上移,则会释放那些内存。
- There are no push or pop instructions and no dedicated stack pointer register defined by the architecture. 体系结构没有定义压入或者弹出指令,也没有定义专门的栈指针寄存器。
- The system detected an invalid pointer address in attempting to use a pointer argument in a call. 系统检测到在一个调用中尝试使用指针参数时的无效指针地址。
- Parameter is the offset from the stack pointer to the high-order part of the value. 参数是距离值的高位部分堆栈指针的偏移量。
- An alternate operating system for the Macintosh based on UNIX. A/UX has its own, unique 32-bit addressing mode. 一种可选择的、麦金托什机使用的基于UNIX的操作系统。A/UX拥有自己的、唯一的32位地址模式。
- This lives in the general RAM (random-access memory) area,but has direct support from the processor via its stack pointer. 驻留于常规RAM(随机访问存储器)区域,但可通过它的“堆栈指针”获得处理的直接支持。
- We can understand the addressing mode better and call it correctly by analyzing the storing position of memory's data operation. 从分析存储器操作数的存放地址入手,可以更好地理解寻址方式,准确访问存储器操作数。
- The primary exceptions are the stack pointer and malloc or alloca memory, which are aligned to 16 byte, in order to aid performance. 主要异常是堆栈指针和malloc或alloca内存,为了提高性能,它们的对齐方式为16字节对齐。
- The stack pointer must be aligned to 16 bytes, except for leaf functions, in any region of code that isn't part of an epilog or prolog. 在不属于epilog或prolog的任何代码部分中,堆栈指针的对齐方式必须为16字节对齐(叶函数除外)。
- The row addressing mode of SCN2674 CRT controller is reported?How to realize it in design of terminal is introduced?The work principles and specialities are formulated?? 对SCN2674CRT控制器的行表寻址方式进行了研究。 介绍了该方式在终端机中的设计与实现,对其机理和特点进行了系统的阐述。
- Pointer arithmetic is legal only if the original pointer and the newly calculated pointer address elements of the same array or an element one past the end of that array. 指针的算术操作只有在原指针和计算出来的新指针都指向同一个数组的元素,或指向该数组存储空间的下一单元时才是合法的。
- This lives in the general RAM (random-access memory) area, but has direct support from the processor via its stack pointer. 驻留于常规ram(随机访问存储器)区域,但可通过它的“堆栈指针”获得处理的直接支持。
- Especially using OOT, and RAM construct an indirectly addressing mode, save a lot of the code spaces.These methods have a significant benefit for product of the using MCU. 特别是OOT技术和用 RAM构造间接寻址方式,省下可观的代码空间,为产品增加许多功能,大大地提高产品的竞争力。
- Allocation and deallocation are typically fast, since they can be done simply by adding or subtracting the size of the block from the stack pointer. 这两个限制(上面两行红色的字)都可以通过迂回方式绕过去,方法就是定义一个函数,由它调用构造函数并返回构造起来的对象。这是很幸运的, 因为创建一个对象而又不必知道其确切类型,这常常也很有意义。