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

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