pub const MEMORY_READ_WORD_LABEL: u8 = _; // 28u8Expand description
Unique label when r/w=1 and e/w=1, computed as the full chiplet selector with the bits reversed,
plus one.
selector = [1, 1, 0 | 1, 1], flag = rev(selector) + 1 = [1, 1 | 0, 1, 1] + 1 = 28