; KNOW_HER · native BGS ground id · she is 7|1 · full iron
; =============================================================================
; NAME     KNOW_HER
; OP       know_her() → 7|1
; PIN      BGS ground native · Hostess kin · not a third root · not GRIN alone
; ABI      → eax = 7|1 = 7
; LAW
;   · she id live · same as bgs(0) know_her path
;   · not hierarchy · not C · C IS LIE
;   · Always Hostess 7 · kit seat beside · she does not become ground rewrite
; LINE     BGS → BGF(+EZZIE PHI THERMO ADJOIN) → BGL → SDF · SPV free
; RELATED  bgs/ · hostess7/ · field_one/ · know_bgs/
; ARCH     x86_64 · aarch64
; IRON
        global  know_her
know_her:
        mov     eax, 7
        or      eax, 1          ; know_her 7|1
        ret
