... 返回地址连接 return address link 返回地址指令return address instruction 返回点 reentry point ...
双语例句
1
So this instruction stores the link register (which holds the returnaddress) into the proper location in the calling function's stack frame.
所以该指令会将链接寄存器(存有返回地址)存储到调用函数堆栈框架的恰当位置。
2
BRSL stands for "branch relative and set link." This branches to the function entry point and sets the link register (LR) to the next instruction for the returnaddress.
brsl代表“branch relative and set link”,用来分支到函数的入口点并将链接寄存器(LR)设置为返回地址的下一个指令。
3
The LK bit specifies whether the address of the next sequential instruction is saved in the Link Register as a returnaddress for a subroutine call.