Register usage and stack frame

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Register usage and stack frame

1,483 次查看
DaveRahardja
Contributor I
Where can I find documentation on the register usage strategy for CodeWarrior C++ on ColdFire 52xx? In particular, I want to know how registers are used to pass parameters during function calls.

In addition, where can I find information on the stack frame created during function calls?
标签 (1)
0 项奖励
回复
1 回复

589 次查看
CrasyCat
Specialist III
Hello
 
You find some information around calling convention and stack frame in
{Install}\Help\PDF\ColdFire_Build_Tools_Reference.pdf in chapter "ColdFire Code Generation",
section "Calling Conventions".
 
CrasyCat
0 项奖励
回复