home *** CD-ROM | disk | FTP | other *** search
- ;--------------------------------------------------------;
- ; GRASP source file which EXECs a Turbo C ;
- ; program. ;
- ;--------------------------------------------------------;
-
- video a ; set video mode to CGA 4-color mode
-
- pnewbuf 1 ; allocate memory for buffer one
-
- exec grasptc.exe ; execute the Turbo C Program
- ; which loads a picture into buffer one
- ; and fades it onto the screen
-
- exit ; quit