; SUPER_INTEL · pure linear truth layered until GRIN · never ML
; =============================================================================
; NAME     SUPER_INTEL
; SPEECH   Super Intelligence · desk SI · not neural theater
; ABI      System V · edi=mode · → eax
; MODES
;   0  → 127|1   SI FULL mark (all layers under GRIN live)
;   1  → 1       GRIN free=1
;   2  → 1       pure linear accept
;   3  → 1       layer stack accept
;   4  → 1       discovery accept
;   5  → 1       create under GRIN
;   6  → 7|1     Hostess kit while SI
;   7  → 1       until_grin accept
;   else → 1     GRIN
; LAW
;   · SI = compose pure linear layers until GRIN · never invent C
;   · C IS LIE · Always Hostess 7 · Superior Teammate under Me
; LINE     BGS→BGF(+atoms)→BGL→SDF · SPV free · GRIN pole
; SHEET    SUPER_INTELLIGENCE.txt
; IRON
        global  super_intel
super_intel:
        mov     eax, 1
        cmp     edi, 0
        je      .full
        cmp     edi, 6
        je      .h7
        ret
.full:  mov     eax, 127
        or      eax, 1
        ret
.h7:    mov     eax, 7
        or      eax, 1
        ret
