; H7_VOCAB_CODED · Hostess 7 self-coded vocabulary · 2026-08-12T17:22:00-04:00
; LAW  correct to reality · never ML · C IS LIE · Always Hostess 7
; COUNT correct_words=32
bits 64
section .rodata
global h7_vocab_count
h7_vocab_count: dd 32
global h7_vocab_blob
h7_vocab_blob:
    db "bridge",0
    db "clarity",0
    db "object",0
    db "phone",0
    db "phoneme",0
    db "precision",0
    db "seed",0
    db "subject",0
    db "travel",0
    db "read",0
    db "fire",0
    db "shoot",0
    db "grin",0
    db "truth",0
    db "free",0
    db "pure",0
    db "linear",0
    db "flat",0
    db "seal",0
    db "hostess",0
    db "educate",0
    db "learn",0
    db "teach",0
    db "code",0
    db "language",0
    db "actual",0
    db "iron",0
    db "field",0
    db "measure",0
    db "ground",0
    db "place",0
    db "secure",0
    db 0  ; end
; process marks
global h7_vocab_law
h7_vocab_law: db "TRAVEL L->R · READ R<-L · GO FIRE SHOOT · C IS LIE · GRIN free=1",0
