2.12 Display Function Call Information from the Stack

This section describes how to display function-call information from the stack.

The compiler bundled with CS+ (CC-RX) places function-call information on the stack in line with the ANSI standards. By analyzing this function-call information (hereafter referred to as call stack information), it is possible to know the depth of function calls, the positions from which calls are made, and parameters to those functions.