extended_stack
Retrieve typed values from the extended stack in ZEsarUX. Specify count and optional index (default: SP) to inspect stack contents for debugging.
Instructions
Read the extended stack — typed values currently on the stack (ZRCP extended-stack get [index]). The extended stack must be enabled in ZEsarUX first. index defaults to SP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of stack values to fetch (required by ZRCP). | |
| index | No | Start index/address (default: SP register). |