add_symbol
Associate symbolic names with memory addresses in CPU emulation sessions to simplify memory analysis and debugging.
Instructions
Associate a symbolic name with a memory address.
Overwrites if the name already exists.
Args: session_id: The session ID. name: Symbol name. address: Memory address.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| name | Yes | ||
| address | Yes |