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

  1. ;--------------------------------------------------------;
  2. ;     GRASP source file which EXECs a Turbo C          ;
  3. ;       program.                                         ;
  4. ;--------------------------------------------------------;
  5.  
  6. video a                ; set video mode to CGA 4-color mode
  7.  
  8. pnewbuf 1            ; allocate memory for buffer one
  9.  
  10. exec grasptc.exe        ; execute the Turbo C Program
  11.                 ; which loads a picture into buffer one
  12.                 ; and fades it onto the screen
  13.  
  14. exit                ; quit