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