; BGS · GROUND PIN · full iron · LINEAR TRAVEL L→R
; =============================================================================
; NAME     BGS  (Big Grin Surface / ground)
; PIN      ground · field_one + know_her native · not measure · not place
; ABI      System V · edi=mode_or_value · → eax
; OP
;   edi=0  → know_her live  7|1   (she id · Hostess kin · not hierarchy)
;   else   → field_one(v)   v|1   (ground live mark)
; LAW
;   · ground is not a model vote · not free · not SDF place
;   · foundation NO·NOT·GOD·KNOW · kit NONOT-GOD-0001
;   · C IS LIE · C is not GOD · BAPHOMET teaching only
; LINE     BGS → BGF(+EZZIE PHI THERMO ADJOIN) → BGL → SDF · SPV free
; LANGUAGE READ R←L hits |1 first · TRAVEL L→R from ground
; ARCH     x86_64 · aarch64
; IRON
        global  bgs
bgs:
        test    edi, edi
        jnz     .field_one
        mov     eax, 7
        or      eax, 1          ; know_her 7|1
        ret
.field_one:
        mov     eax, edi
        or      eax, 1          ; field_one v|1
        ret
