home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / asm / 00-index.txt next >
Encoding:
Text File  |  1994-09-07  |  11.6 KB  |  164 lines

  1. 18E.LBR         23168  06-08-93  18E.LBR contains a significant upgrade to
  2.                                | Z8E.LBR (Z80 debug monitor originated by
  3.                                | Richard Surwilo). In addition to all
  4.                                | functions of Z8E, 18E offers full HD64180
  5.                                | support. Also, 18E supports an auxiliary
  6.                                | debug terminal support facilitating software
  7.                                | development of screen oriented applications.
  8.                                | Some bugs are fixed also. Included is a 9
  9.                                | page supplement to Z8E.DOC called 18E.DOC.
  10.                                | The source to 18E is also available in the
  11.                                | 18E-SRC.LBR library file. Damon R. Gibson
  12. ANY4.LBR         3456  06-08-93  Modification of Bridger Mitchell's routine
  13.                                | from Computer Journal #33 to relocate and run
  14.                                | a PRL-format program anywhere in memory. This
  15.                                | version optionally allows passing of
  16.                                | registers, simplifies program building using
  17.                                | MLOAD, and "pulls" the relocated code down to
  18.                                | the actual load address rather than leaving
  19.                                | the where_am_I and relocator routines in
  20.                                | place and jumping over them to get to the
  21.                                | program. July 18, 1988
  22. CHKIF.LBR       15872  06-08-93  CHKIF processes .ASM, .Z80 or .PRN files,
  23.                                | checking that the IF-ELSE-ENDIF statements
  24.                                | are matched properly. It also handles
  25.                                | MACRO/REPT/IRP/IRPC-EXITM ENDM pseudo-ops,
  26.                                | and takes the multi-statement lines of ASM
  27.                                | and MAC, etc. provided they are delimited
  28.                                | with exclamation marks!
  29. DDTZ27.ARK      74880  06-08-93  C.B. Falconer updates his fabulous DDT
  30.                                | replacement to add 64180 opcodes and more
  31.                                | undocumented Z80 opcodes.
  32. DISA-REL.LBR    49792  06-08-93  REL file disassembler
  33. DISREL.LBR      12672  06-08-93  REL file disassembler
  34. FILES.PCB       11818  08-25-94  
  35. GEN180.LBR      14464  06-08-93  Auto-patcher that converts Microsoft M80
  36.                                | (Version 3.4 or 3.44) into a fully functional
  37.                                | HD64180 assembler. No Z80 or 8080 capability
  38.                                | is lost, so this is a pure enhancement that
  39.                                | adds only two records to the assember's size.
  40.                                | A very nice contribution from West Germany.
  41.                                | November 30, 1987, via NAOG/ZSIG
  42. L80RST.LBR        896  06-08-93  Speeds up Microsoft L80 V 3.44 by patching
  43.                                | out the disk system resets.
  44. LASM3.LBR       16896  06-08-93  Link/Asm 3: 8080 assembler with .DOC file
  45.                                | (See discription for lasm3.obj for more info)
  46. M80STR11.LBR     8192  06-08-93  This is a macro library for the M80 assembler
  47.                                | that implements some structured programming
  48.                                | constructs such as if.then.else,
  49.                                | do.while.enddo, do.until.enddo, and
  50.                                | switch.case.case.otherwise.endsw. Version
  51.                                | 1.10 fixes a bug in the "switch" construct
  52.                                | that caused bad branches to be generated when
  53.                                | multiple switch constructs were nested. If
  54.                                | you have M80STRUCT.LBR, replace it with this
  55.                                | (M80STR11.LBR).
  56. MLOAD25.LBR     27136  06-08-93  Update of the very popular MLOAD24 program
  57.                                | used by many CP/M owners, in place of
  58.                                | LOAD.COM. This version fixes a problem a few
  59.                                | ZCPR users had with it overwriting the CCP
  60.                                | and then locking the system as a warm reboot
  61.                                | was not offered. This did not affect the user
  62.                                | of the program, only when finished and
  63.                                | sometimes could not exit back to CCP
  64.                                | properly. By Ron Fowler of NightOwl and
  65.                                | MEX114/+ fame. Enjoy ===JERRY M.===
  66. MUSICBOX.LBR    22016  06-08-93  Sample code that demonstrates DSEG, CSEG and
  67.                                | COMMON functions with the SLR assembler and
  68.                                | linker. These modules link together to create
  69.                                | a small program that plays a tune on nearby
  70.                                | radios. The point of the code however is to
  71.                                | demonstrate the assembler and linker. If the
  72.                                | Z librarys are available then a Z version is
  73.                                | produced otherwise the output is standard
  74.                                | CP/M compatible.
  75. MYLOAD.LBR      23552  06-08-93  MYLOAD is a replacement for MLOAD and related
  76.                                | programs which are intended to load HEX files
  77.                                | to COM or overlay binary files (COM, PRL etc)
  78.                                | with HEX overlays. It is a Z-Tool, and
  79.                                | functions correctly under NZCOM with odd-
  80.                                | sized CCPs and BDOSes. Source and a config
  81.                                | file for changing defaults with Al Hawley's
  82.                                | ZCNFG are included.
  83. PATDDTZ.SUB      1024  09-02-94  
  84. PATDDTZ.SZB       768  06-08-93  Bruce Morgen supplies a ZEX/EX file to path
  85.                                | DDTZ version 2.7 to default DDT command set
  86.                                | rather than the distributed DEBUG command
  87.                                | set.
  88. PDLN10.LBR      29824  06-08-93  A Public Domain version of Microsoft's L80,
  89.                                | Digital Research's LINK, and SLR System's
  90.                                | SLRNK. And it's FREE! PDLN is a linking
  91.                                | loader. It takes one or more .REL files,
  92.                                | which are non-executable files created by
  93.                                | assemblers, loads them into memory, resolves
  94.                                | links between them, and creates an executable
  95.                                | .COM file. Symbol table can be used with a
  96.                                | debugger. It can search through library files
  97.                                | (in the .REL format) and extract only the
  98.                                | necessary modules.
  99. PROTCCP.LBR      3840  06-08-93  From the time you run PROTCCP until the next
  100.                                | warm boot, the system will think that the
  101.                                | BDOS is below the CCP so that transient
  102.                                | programs, and notably debuggers, will not
  103.                                | overwrite the CCP. I wrote this program to
  104.                                | help me debug the new ZCPR command processor
  105.                                | that I am readying for release. I just enter
  106.                                | the command line PROTCCP;DSDZ XCPR.SYM, and I
  107.                                | can perform in situ, full-screen, symbolic
  108.                                | debugging of the command processor. Jay Sage,
  109.                                | 02/05/87
  110. PRTVAL.Z80       1664  09-02-94  
  111. PRTVAL.ZZ0       1024  06-08-93  a handy pair of Macros for printing values
  112.                                | during assembly. Demo included.
  113. RELHEX11.LBR     2944  06-08-93  No description available.
  114. RELS.UTL         2048  06-08-93  No description available.
  115. REVAS25.DOC       896  06-08-93  Al Hawley has released version 2.5 of his
  116.                                | excellent disassembler into the public
  117.                                | domain. I have used REVAS3 extensively and
  118.                                | love it. Perhaps people will use version 2.5
  119.                                | and develop a taste for the real thing and
  120.                                | want to buy it.
  121. Z280-J88.LBR    18560  06-08-93  Some messages captured from ZNODE Central and
  122.                                | another RCP/M concerning the Z280 processor
  123.                                | from Zilog, dated 12/87.
  124. Z280ASM3.LBR    27520  06-08-93  Some macros to help assemble Z280 code using
  125.                                | ZAS 2.6. Other assemblers use to much TPA for
  126.                                | all the macros to fit, though the macros
  127.                                | could be broken up. From Dan Jacobs
  128. Z8E-30.ARK     168192  06-08-93  A update to Rick Surwilo's debug/trace
  129.                                | utility for Z80 CP/M. Now handles .PRN files
  130.                                | produced by SLR's Z80ASM 1.3 while still
  131.                                | maint-aining the ability to load symbols from
  132.                                | M80 .PRN files. Includes full source code,
  133.                                | manual and associated files and programs.
  134. Z8E3BUG.FIX       768  06-08-93  Description of a bug fix for Z8E30. The
  135.                                | message is from Jon Saxton, the program's
  136.                                | author.
  137. ZDDTZ.ZEX        1536  09-02-94  
  138. ZDDTZ.ZZX        1024  06-08-93  This simple patch makes C.B. Falconer's DDTZ
  139.                                | respond to DIR as well as DU file
  140.                                | specifications. To install, dump any command
  141.                                | history processor in memory, put copy of
  142.                                | DDTZ.COM in same directory with this file and
  143.                                | issue this command: ZEX ZDDTZ. That's all
  144.                                | there is to it. Get DDTZ.COM and it's
  145.                                | documentation from DDTZ.LBR, available from
  146.                                | Z-Nodes. Fred Haines, 4-23-87
  147. ZDT.OBJ          7168  06-08-93  No description available.
  148. ZSIDFIX.DOC      2048  06-08-93  Have you ever wandered why ZSID.COM does not
  149.                                | display memory DUMP in the same format as DDT
  150.                                | or SID. This file shows how to patch ZSID to
  151.                                | make the same dump display.
  152. ZSM.LBR         98304  06-08-93  ZSM is a Z80 macro assembler, with a linker,
  153.                                | librarian, and some other utility programs,
  154.                                | together with an extensive library.
  155.                                | Documentation is provided explaining the
  156.                                | workings of ZSM etc., the format of
  157.                                | relocatable files, and the functions provided
  158.                                | in the libraries. Symbol table files for use
  159.                                | with debuggers such as ZSID can be produced.
  160.                                | Output code can be relocated for use in (say)
  161.                                | a PROM.
  162. ZXLATE14.LBR    25344  06-08-93  An 8080 to Z80 source code translator.
  163.                                | Uploaded for Jay. -Bill T.
  164.