hexdump
Display formatted hexadecimal and ASCII representation of memory contents during CPU emulation sessions to analyze program data and memory states.
Instructions
Formatted hex dump of memory.
Standard format: ADDR | 16 hex bytes (8+8) | ASCII. Max 4096 bytes.
Args: session_id: The session ID. address: Start address. size: Number of bytes to dump (default 256, max 4096).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | ||
| size | No |