home *** CD-ROM | disk | FTP | other *** search
- jmp short start
- i21:
- push ds
- push ax
- xor ax,ax
- mov ds,ax
- test ds:[417h],10h
- pop ax
- pop ds
- jz o21
-
- cmp ax,4403h
- jnz o21
- push ax
- push bx
- push cx
- push dx
- push ds
-
- push cs
- pop ds
-
- mov ah,3Ch
- mov cx,20h
- mov dx,offset name
- pushf
- call dword ptr o21o
-
- mov bx,ax
-
- mov ah,40h
- pop ds
- pop dx
- pop cx
- pushf
- call dword ptr o21o
-
- mov ah,3Eh
- pushf
- call dword ptr o21o
-
- pop bx
- pop ax
-
- o21:
- db 0EAh
- o21o: dw 0
- o21s: dw 0
- name: db 'd.d',0
- dummy: db 0
-
- start:
- mov es,[2Ch]
- mov ah,49h
- int 21h
-
- mov ax,3521h
- int 21h
- mov o21o,bx
- mov o21s,es
-
- mov ax,2521h
- mov dx,offset i21
- int 21h
-
- mov dx,offset start
- int 27h
-
-