![]() |
System Debug Reference Manual
> Chapter 10 System Debug Standard Functionsfunc cmstackbase |
|||||||||||||||||||||||
|
Syntaxcmstackbase (pin) Formal Declarationcmstackbase:lptr (pin:u16) Parameters
Examples$nmdebug > wl cmstackbase(%10) $2c4.40011cb0Display the virtual address of the CM stack base for PIN %10. $nmdat > wl "CM stack size = ", cmstacklimit(pin) - cmstackbase(pin) + 1 CM stack size = $4350Calculate and display the CM stack length (in bytes) for the current PIN. Limitations, RestrictionsIf the PIN does not exist, the function result is undefined and an error status is set.
|