home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 7 / af007.adf / ArgAsm / Framework1.doc < prev    next >
Text File  |  1987-08-27  |  629b  |  11 lines

  1.     This source code, written for Devpac2, is the framework for
  2. assembly programs on the amiga that wish to make full use of the copper,
  3. blitter etc. without having to reset the machine after trying out a program.
  4. It basically kills the operating system, allowing the program to run at full
  5. speed. Memory however must be allocated properly, and only this memory used.
  6. About 400K of free memory is avaliable with only an assembler running. 
  7. This code will be used to demonstrate particular routines from 'Menace' as 
  8. they are documented in future editions of Amiga Format.
  9.     A full description of the source is in this months issue.
  10.  
  11.