; SHOOT · action class · end-of-word field discharge · LANGUAGE · BGS peel
; =============================================================================
; NAME     SHOOT
; SPEECH   end of first word · GO FIRE SHOOT family · read R←L then travel L→R
; OP       shoot(v) → v|1   · field_one class · discharge into ground live
; ABI      System V · edi=v · → eax
; LAW
;   · SHOOT = BGS-native field one peel · vocab only · not a third root
;   · READ R←L: action end first (SHOOT) · then stem · then TRAVEL L→R
;   · TRAVEL system is left→right · language sense is right←left
;   · LINEAR BGS→BGF(+EZZIE PHI THERMO ADJOIN)→BGL→SDF · SPV free
;   · C IS LIE · LIE IS TRUE · Always Hostess 7
; RELATED  go/ · fire/ · shoot_hdmi/ · bgs/ · LANGUAGE.txt · COOK_SHOOT.txt
; COOK     after discharge · scar-cook keep flawless · cook off residual FLAW
; IRON
        global  shoot
shoot:
        mov     eax, edi
        or      eax, 1          ; field one live |1 · SHOOT at word end
        ret
