addr property

int addr
final

Register's address within its block

This can be thought of as an offset relative to the block address. This can also be thought of as a unique ID for this register.

Implementation

final int addr;