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