; Build/thesaurus_bridges.asm · English ↔ iron · pure NASM
; thesaurus free-mixes · EKKIE fields · no md/txt
bits 64
section .rodata
global thes_group_count
thes_group_count: dd 13
thes_0_name: db "FIELD", 0
thes_0_iron: db "ekkie", 0
thes_0_n: dd 12
thes_0_words:
    db "field", 0
    db "distance", 0
    db "gap", 0
    db "delta", 0
    db "local", 0
    db "now", 0
    db "present", 0
    db "active", 0
    db "physics", 0
    db "ground", 0
    db "ekkie", 0
    db "bgf", 0
thes_0_end:
thes_1_name: db "FREE", 0
thes_1_iron: db "spv", 0
thes_1_n: dd 10
thes_1_words:
    db "free", 0
    db "random", 0
    db "salt", 0
    db "spice", 0
    db "noise", 0
    db "chaos", 0
    db "rng", 0
    db "entropy", 0
    db "mix", 0
    db "spv", 0
thes_1_end:
thes_2_name: db "TRUTH", 0
thes_2_iron: db "truth", 0
thes_2_n: dd 8
thes_2_words:
    db "truth", 0
    db "yes", 0
    db "win", 0
    db "god", 0
    db "know", 0
    db "real", 0
    db "sure", 0
    db "forward", 0
thes_2_end:
thes_3_name: db "TIME", 0
thes_3_iron: db "clock", 0
thes_3_n: dd 8
thes_3_words:
    db "time", 0
    db "clock", 0
    db "epoch", 0
    db "when", 0
    db "stamp", 0
    db "tick", 0
    db "refresh", 0
    db "hz", 0
thes_3_end:
thes_4_name: db "SPACE", 0
thes_4_iron: db "d3", 0
thes_4_n: dd 6
thes_4_words:
    db "space", 0
    db "xyz", 0
    db "place", 0
    db "where", 0
    db "three", 0
    db "dimension", 0
thes_4_end:
thes_5_name: db "HEAT", 0
thes_5_iron: db "thermo", 0
thes_5_n: dd 7
thes_5_words:
    db "heat", 0
    db "hot", 0
    db "warm", 0
    db "cool", 0
    db "thermo", 0
    db "temp", 0
    db "band", 0
thes_5_end:
thes_6_name: db "SEE", 0
thes_6_iron: db "raw_hdmi", 0
thes_6_n: dd 9
thes_6_words:
    db "see", 0
    db "eye", 0
    db "video", 0
    db "cam", 0
    db "view", 0
    db "hdmi", 0
    db "display", 0
    db "screen", 0
    db "raw", 0
thes_6_end:
thes_7_name: db "HEAR", 0
thes_7_iron: db "alsa", 0
thes_7_n: dd 7
thes_7_words:
    db "hear", 0
    db "ear", 0
    db "audio", 0
    db "sound", 0
    db "alsa", 0
    db "play", 0
    db "cap", 0
thes_7_end:
thes_8_name: db "NET", 0
thes_8_iron: db "net", 0
thes_8_n: dd 7
thes_8_words:
    db "net", 0
    db "tx", 0
    db "rx", 0
    db "send", 0
    db "recv", 0
    db "wire", 0
    db "link", 0
thes_8_end:
thes_9_name: db "GPU", 0
thes_9_iron: db "rtx", 0
thes_9_n: dd 5
thes_9_words:
    db "gpu", 0
    db "rtx", 0
    db "shader", 0
    db "card", 0
    db "nvidia", 0
thes_9_end:
thes_10_name: db "MEM", 0
thes_10_iron: db "mem_a", 0
thes_10_n: dd 6
thes_10_words:
    db "mem", 0
    db "memory", 0
    db "ram", 0
    db "load", 0
    db "store", 0
    db "buffer", 0
thes_10_end:
thes_11_name: db "ONE", 0
thes_11_iron: db "yes", 0
thes_11_n: dd 6
thes_11_words:
    db "one", 0
    db "yes", 0
    db "true", 0
    db "on", 0
    db "live", 0
    db "have", 0
thes_11_end:
thes_12_name: db "ZERO", 0
thes_12_iron: db "not", 0
thes_12_n: dd 6
thes_12_words:
    db "zero", 0
    db "no", 0
    db "not", 0
    db "off", 0
    db "none", 0
    db "nil", 0
thes_12_end:
