home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d105 / asmprogs.lha / AsmProgs / Stack / Stack.doc < prev   
Text File  |  1987-10-25  |  451b  |  9 lines

  1. Documentation for Stack
  2.  
  3.        This is a replacement for the BCPL stack program, written in assembler. 
  4. The only difference that the user should see is a smaller executable file, and a
  5. slightly improved error message when bad parameters are used.  The minimum stack
  6. limit is identical (1600 bytes), and there is a check that the stack size
  7. requested is not too large.  I assembled using Metacomco version 10.178, and
  8. linked with BLINK version 6.5.  
  9.