home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1990 / 07 / tricks / inline.asm < prev    next >
Assembly Source File  |  1990-03-07  |  389b  |  13 lines

  1. ;* ------------------------------------------------------- *
  2. ;*                    INLINE.ASM                           *
  3. ;* ------------------------------------------------------- *
  4. mov ax,b000
  5. mov es,ax
  6. mov di,0
  7. mov cx,2000
  8. mov al,1
  9. mov ah,94
  10. rep stosw
  11. ;* ------------------------------------------------------- *
  12. ;*                 Ende von INLINE.ASM                     *
  13.