home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m110 / 1.ddi / HLL / TP4 / TP4.TXT < prev   
Encoding:
Text File  |  1990-02-12  |  591 b   |  17 lines

  1. ;--------------------------------------------------------;
  2. ;     GRASP source file which EXECs a Turbo Pascal     ;
  3. ;       4.0 program.                                     ;
  4. ;--------------------------------------------------------;
  5.  
  6. video a                         ;set video mode to CGA 4-color
  7.  
  8. pnewbuf 1,320,300               ;set up buffer one
  9.                 ;to avoid a memory allocation error
  10.  
  11. exec grasptp4.exe               ;execute the Turbo Pascal 4.0 program
  12.                 ;which loads a picture into buffer one
  13.                 ;and fades it onto the screen
  14.  
  15. exit                            ;quit
  16.  
  17.