home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG051.ARK / -CATALOG.051 next >
Text File  |  1984-04-29  |  3KB  |  76 lines

  1. VOLUME 51    The CP/M Users Group
  2.  
  3. DESCRIPTION: STAGE2 MACRO PROCESSOR
  4.  
  5. By:    Dick Curtiss            
  6.     843 NW 54th
  7.     Seattle, WA 98107
  8.  
  9. <<Congratulations to Dick for a superb User's group contribution: A major
  10.   work, well documented, good examples, a good reference book, etc.>>
  11.  
  12. STAGE2 is a macro programming language, documented
  13. sufficiently on this disk to effectively use it.  Examples
  14. given include a library of extensions for assembler
  15. programming, (ALX) including WHILE, REPEAT, IF, BRANCH (a CASE
  16. statement), etc.  STAGE2 is a general-purpose text-replacement
  17. processor, not limited to programming language applications.
  18. Those interested in transporting it to other machines, or in
  19. studying its background and implementation will want to
  20. purchase:
  21.  
  22.     "Software Tools for Non-Numeric Applications"
  23.  
  24.     by: Wm. M. Waite
  25.  
  26.   from: Prentice Hall, Inc.
  27.  
  28. NUMBER    SIZE    NAME        COMMENTS
  29.  
  30.         CATALOG.051    CONTENTS OF CP/M VOL. 51
  31. 51.1    2K    ABSTRACT.051    Overview of volume
  32. 51.2    16K    ALX.S2M        Assembly Language Extension macros
  33. 51.3    3K    ALX-.DOC    Doc on above
  34. 51.4    3K    ALXTEST.ALX    Sample macros to test above, including
  35.         ALXTEST.ALX        errors to be detected.
  36. 51.5    4K    CIO.ALX        Console I/O routines in ALX
  37. 51.6    2K    CRCK.COM    Keith Petersen's program to CRC check files
  38. 51.7    1K    CRCKLIST.CRC    Contains the CRCs for all files on this
  39.                     disk. (except itself)
  40. 51.8    2K    DEMO.S2M    Interactive STAGE2 demo macros.
  41. 51.9    17K    DISKIO2.SRC    (*) disk I/O for STAGE2 processor
  42. 51.10    6K    DISKIO2-.DOC    (*) DOC on above
  43. 51.11    5K    FLD1.DAT    (*) Sample data for FLUB test
  44. 51.12    4K    FLD2.DAT    (*)         "
  45. 51.13    13K    FLT1.FLB    (*) Sample program for FLUB test
  46. 51.14    11K    FLT2.FLB    (*)        "
  47. 51.15    1K    FLUB$.SUB    (*) Submit file for FLT1, FLT2, STG2.
  48. 51.16    4K    FLUB8080.S2M    (*) Macros to turn FLUB into 8080 asm
  49. 51.17    3K    HELP.DOC    First-timer's "to do" list.
  50. 51.18    2K    IMPL.DOC    (*) Notes on implementing STAGE2
  51. 51.19    2K    INTERACT.S2M    Another macro demo.
  52. 51.20    22K    INTRO.DOC    Sufficient info to "read" STAGE2 macros,
  53.                     and with diligence, write them.
  54. 51.22    1K    IOOP$.SUB    (*) submit file for macro pass + asm of above
  55. 51.21    16K    IOOP.SRC    (*) I/O processor 8080 source
  56. 51.23    1K    MEMORY.INP    Another macro demo.
  57. 51.24    2K    ST2T.DAT    (*)
  58. 51.25    12K    STAGE2.COM    The executable macro processor itself.
  59. 51.26    48K    STG2.FLB    (*) Source for STAGE2 in FLUB code
  60. 51.27    5K    STG2MATH.ASM    (*) STAGE2 support routines
  61. 51.28    5K    STG2SUP.ASM    (*)        "
  62. 51.29    8K    TERM.ALX    Sample 8080 terminal program w/ALX macros.
  63. 51.30    3K    TERMSUP.ASM    Subroutines for TERM.ALX
  64. 51.31    2K    USE.DOC        How to execute STAGE2.
  65. 51.32    6K    VDB.ALX        TDL video driver in ALX, a "state machine".
  66. 51.33    5K    VOLUME51.DOC    Dick Curtiss' own excellent documentation.
  67.  
  68. (*)    Files are necessary only to change STAGE2.
  69.  
  70. NOTE:    Included on this volume for the first time, is a file
  71.     of CRC's for each file.  Thus people that are concerned that
  72.     a copy went wrong somewhere, can check the CRC of the
  73.     file, and compare it to the one stored in CRCKLIST.CRC.
  74.  
  75.     Thanks to Keith Petersen for this excellent program.
  76.