home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / _bbs / pcb / dir216 < prev    next >
File List  |  1994-09-14  |  12KB  |  170 lines

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