home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 500-599 / ff510.lzh / ATCopy / PC / AT.PAS < prev    next >
Pascal/Delphi Source File  |  1991-06-29  |  78b  |  10 lines

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