| 释义 |
return jump 返回转移,回跳[指令] In computer programming, an instruction terminating a subroutine and causing a branch to the instruction immediately following the most recent subroutine call. 计算机程序设计中使用的一种指令,用以终止子程序,并立即转移到紧跟在刚才调用子程序 后的一条指令。 参阅subroutine call, branch。 |