write_memory
Write a value to a memory address during firmware debugging. Specify address, value, and word size (8, 16, or 32 bits).
Instructions
Write a single value to memory.
Args:
address: Memory address, hex (0x...) or decimal.
value: Value to write, hex (0x...) or decimal.
word_size: Transfer size in bits: 8, 16, or 32.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| address | Yes | ||
| word_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |