data_set
Write a value directly to a memory address. Specify address, value, and data width for precise memory manipulation.
Instructions
Write a value directly to a memory address using Data.Set.
Args: address: Memory address (e.g., "D:0xF0036250", "0x80000000") value: Value to write (e.g., "0x00000008", "0xFF") width: Data width — "byte", "word" (16-bit), "long" (32-bit), "quad" (64-bit)
Returns: Confirmation of write
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| width | No | long | |
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |