home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m110 / 1.ddi / HLL / MASM / MASM.TXT < prev   
Encoding:
Text File  |  1990-02-12  |  575 b   |  17 lines

  1. ;-------------------------------------------------------------;
  2. ;     GRASP source file which EXECs a Macro Assembler       ;
  3. ;       (MASM) program.                                       ;
  4. ;-------------------------------------------------------------;
  5.  
  6. video a                         ;CGA 4-color mode
  7.  
  8. pnewbuf 1,640,480        ;set up buffer one to avoid a 
  9.                 ;memory allocation error
  10.  
  11. exec graspasm.exe               ;execute assembler program which loads
  12.                 ;a picture into buffer one and fades
  13.                 ;it onto the screen
  14.  
  15. exit                            ;quit
  16.  
  17.