Register usage and stack frame

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Register usage and stack frame

1,479 Views
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?
Labels (1)
0 Kudos
Reply
1 Reply

585 Views
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 Kudos
Reply