home *** CD-ROM | disk | FTP | other *** search
- ;* ------------------------------------------------------- *
- ;* INLINE.ASM *
- ;* ------------------------------------------------------- *
- mov ax,b000
- mov es,ax
- mov di,0
- mov cx,2000
- mov al,1
- mov ah,94
- rep stosw
- ;* ------------------------------------------------------- *
- ;* Ende von INLINE.ASM *
-