startLoopAddressOffset method

int startLoopAddressOffset()

Implementation

int startLoopAddressOffset() =>
    32768 * gs[GeneratorType.startLoopAddressCoarseOffset]! +
    gs[GeneratorType.startLoopAddressOffset]!;