home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d510 / atcopy.lha / ATCopy / PC / XT.PAS < prev   
Pascal/Delphi Source File  |  1991-06-29  |  78b  |  10 lines

  1. program xt;
  2.  
  3. uses dos;
  4.  
  5. var regs : registers;
  6.  
  7. begin
  8.      intr(67,regs);
  9. end.
  10.