fralloc

Lets you declare local variables in an assembly function.

  fralloc [+]  
Parameter

+

Optional ColdFire-register control character.

Remarks

This directive makes space on the stack for your local stack variables. It also reserves registers for your local register variables (with the statement link #x,a6).

Without the + control character, this directive pushes modified registers onto the stack.

With the + control character, this directive pushes all register arguments into their Power Architecture registers.

Counterpart to the frfree directive.