endLoopAddressOffset method

int endLoopAddressOffset()

Implementation

int endLoopAddressOffset() =>
    32768 * gs[GeneratorType.endLoopAddressCoarseOffset]! +
    gs[GeneratorType.endLoopAddressOffset]!;