... 局部变量(Local Variable)又叫做自动变量(Automatic Variable)、临时变量(Temporary Variable)或栈变量(Stack Variable),它是定义在方法或方法里的程序块中的变量。局部变量的重要特点是只能被包含它的方法或方法里的程序块使用。
基于12个网页-相关网页
Time Variable Stack 运行时间变量堆栈
RunTime Variable Stack 运行时间变量堆栈
Run-Time Variable Stack 运行时间变量堆栈
variable range migration stack 变范围偏移叠加
Initialize an empty stack and empty result string variable.
初始化一个空堆栈,将结果字符串变量置空。
Since pushing a variable essentially moves the stack pointer by a dword, the stack pointer is adjusted by adding 4 (the size of a dword) to it (line 32).
因为在堆栈中压入一个变量会让堆栈指针移动一个双字,所以给堆栈指针加4(双字的大小)(第32行)。
LCL_NUM_VALUE is the offset from the end of the stack to the local variable num.
LCL_NUM_VALUE是堆栈末端到本地变量num的偏移量。
应用推荐