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