pub const ACE_INIT_LABEL: Felt;
Unique label ACE operation, computed as the chiplet selector with the bits reversed, plus one. selector = [1, 1, 1, 0], flag = rev(selector) + 1 = [0, 1, 1, 1] + 1 = 8
selector = [1, 1, 1, 0]
flag = rev(selector) + 1 = [0, 1, 1, 1] + 1 = 8