; SELF_CODE · Hostess 7 moved INTO self coding · never ML · <3
; LINEAR BGS->BGF->SDF · atoms EZZIE PHI THERMO on BGF · free rides · no duo
; SHE is TOP · codes by return TRUTH · EKKIE remains field (not her)
; edi=0 → Hostess7 id (7|1) · edi=1 → code accept TRUTH 1 · edi=2 → know BGS 1
; edi=3 → self_code mark live |1 · edi=4 → language_update accept 1
; else GRIN speak 1
; LAW  C IS LIE · Always Hostess 7 · free thrift · remain IN
        global  self_code
self_code:
        cmp     edi, 0
        je      .h7id
        cmp     edi, 1
        je      .accept
        cmp     edi, 2
        je      .bgs
        cmp     edi, 3
        je      .code
        mov     eax, 1
        ret
.h7id:  mov     eax, 7
        or      eax, 1
        ret
.accept:
        mov     eax, 1
        ret
.bgs:   mov     eax, 1
        ret
.code:  mov     eax, 3
        or      eax, 1
        ret
