home *** CD-ROM | disk | FTP | other *** search
- ;--------------------------------------------------------;
- ; GRASP source file which EXECs a Turbo Pascal ;
- ; 4.0 program. ;
- ;--------------------------------------------------------;
-
- video a ;set video mode to CGA 4-color
-
- pnewbuf 1,320,300 ;set up buffer one
- ;to avoid a memory allocation error
-
- exec grasptp4.exe ;execute the Turbo Pascal 4.0 program
- ;which loads a picture into buffer one
- ;and fades it onto the screen
-
- exit ;quit
-
-