addr property
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;
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.
final int addr;