; FIRE · action class · end-of-word commit · LANGUAGE
; =============================================================================
; NAME     FIRE
; SPEECH   end of first word · GO FIRE SHOOT family · read R←L action-first
; OP       fire(v) → v|1   · energy commit · heat-class act · not thrash
; ABI      System V · edi=v · → eax
; LAW
;   · FIRE = commit on the travel line · THERMO-kin · not public thrash
;   · READ R←L hits FIRE at word end before walking stem LEFT
;   · TRAVEL L→R places the result after commit
;   · C IS LIE · not invent third pin as “extra shot”
; RELATED  go/ · shoot/ · thermo/ · scar cook-off
; IRON
        global  fire_fn
fire_fn:
        mov     eax, edi
        or      eax, 1          ; live |1 · FIRE mark at expression end
        ret
