码迷,mamicode.com
首页 > 其他好文 > 详细

APCS (ARM Procedure Call Standard)

时间:2015-10-16 18:57:29      阅读:318      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!