首页 > 其他 > 详细

APCS (ARM Procedure Call Standard)

时间:2015-10-16 18:57:14      阅读:235      评论:0      收藏:0      [点我收藏+]

pc 程序计数器, 指向当前指令的下条指令的地址
lr 链接寄存器, 程序调用返回地址
sp 指向当前的栈块(chunk)限制,或它的上面。这是用于复制临时数据、寄存器和类似的东西到其中的地方。(堆栈指针)
fp 要么是零,要么指向回溯结构的最当前的部分。
ip 内部过程调用寄存器

LR (R14) link register, used to hold the return address for a function call.
SP (R13) stack pointer, used to hold "automatic" variables and context/parameters across function calls.
PC (R15) Program counter.

APCS (ARM Procedure Call Standard)

原文:http://www.cnblogs.com/bouygues/p/4885987.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!