Skip to main content
The AnnotateAssignment object is used to create an annotation for a variable assignment at a specific address in the code.

Fields

Reference

location

The address (AddressValue) where the assignment occurs.

declaration

The variable declaration as a string.

Example