; TRUTH_LAYER · indexed pure truth layer · live |1
; =============================================================================
; NAME     TRUTH_LAYER
; OP       truth_layer(n) → n|1   layer index live
; ABI      System V · edi=layer_index · → eax
; LAYERS   0 foundation … 11 super · then GRIN
; LAW      layer without inventing C · Always Hostess 7
; IRON
        global  truth_layer
truth_layer:
        mov     eax, edi
        or      eax, 1
        ret
