pet_wait_mem
Block execution until a memory byte matches a specified value, with optional timeout. Useful for synchronizing or waiting for state changes in PET debugging.
Instructions
Block until the byte at addr equals the value ($hex/decimal accepted).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addr | Yes | ||
| equals | Yes | ||
| session | No | ||
| timeout | No |