AnnotateOperand object is used to create an annotation tied to a specific operand at an address.
Fields
| Field | Description | Type |
|---|---|---|
at | Address to annotate | AddressValue |
operand | Operand | OperandInfo |
message | Annotation message | string |
Reference
at
The address (AddressValue) where the operand resides.
operand
AnOperandInfo instance describing the operand.