minAddrBits method

  1. @override
int minAddrBits()

Method to determine the minimum number of address bits needed to address all registers in the block. This is based on the maximum register address offset.

Implementation

@override
int minAddrBits() => (minBlockSize() - 1).bitLength;