Browse Source

Added Updated SLR Tools with newer or missing versions

pull/526/head
Mark Pruden 10 months ago
parent
commit
10dcc4300e
  1. 12
      Source/Doc/Catalog.md
  2. 17
      Source/Images/d_z80asm/Readme.txt
  3. BIN
      Source/Images/d_z80asm/u0/CONFIG.COM
  4. BIN
      Source/Images/d_z80asm/u0/CONFIGP.COM
  5. BIN
      Source/Images/d_z80asm/u0/SLRMAC.COM
  6. BIN
      Source/Images/d_z80asm/u0/Z80ASM.COM
  7. BIN
      Source/Images/d_z80asm/u0/Z80ASMP.COM
  8. BIN
      Source/Images/d_z80asm/u1/ZLRNKP.COM

12
Source/Doc/Catalog.md

@ -1319,6 +1319,8 @@ listing output may be sent to a disk file, the console and/or the printer, in
any combination. Output files may also be generated containing cross-reference any combination. Output files may also be generated containing cross-reference
information on each symbol used. information on each symbol used.
* Z80ASMP (Z80ASM Plus)
* SLR180 is a powerful relocating macro assembler for Z80 * SLR180 is a powerful relocating macro assembler for Z80
compatible CP/M systems. It takes assembly language source compatible CP/M systems. It takes assembly language source
statements from a disk file, converts them into their binary statements from a disk file, converts them into their binary
@ -1329,12 +1331,16 @@ sent to a disk file, the console and/or the printer, in any
combination. Output files may also be generated containing combination. Output files may also be generated containing
cross-reference information on each symbol used. cross-reference information on each symbol used.
* SLRMAC Intel 8080 mnemonics
* SLRNK is a powerful linking loader for Z80-based CP/M systems. * SLRNK is a powerful linking loader for Z80-based CP/M systems.
It takes relocatable binary information in either Microsoft or It takes relocatable binary information in either Microsoft or
SLR Systems format from a disk file, resolves external and entry SLR Systems format from a disk file, resolves external and entry
point references, and stores the output in memory for execution point references, and stores the output in memory for execution
or outputs it to a disk file. or outputs it to a disk file.
* SLRNKP (SLRNK Plus)
* Z80DIS is an entirely new disassembler for Z80 based CP/M sys- * Z80DIS is an entirely new disassembler for Z80 based CP/M sys-
tems. Z80DIS is written in TURBO PASCAL. Z80DIS generates Z80 tems. Z80DIS is written in TURBO PASCAL. Z80DIS generates Z80
mnemonics and prepares an assembly language file with many mnemonics and prepares an assembly language file with many
@ -1366,18 +1372,21 @@ User Area 0 - Assembler
| 180FIG.COM | Configuration utility for SLR180.COM | | 180FIG.COM | Configuration utility for SLR180.COM |
| 8080.MAC | ? | | 8080.MAC | ? |
| CONFIG.COM | Configuration utility for Z80ASM.COM | | CONFIG.COM | Configuration utility for Z80ASM.COM |
| CONFIGP.COM | Configuration utility for Z80ASMP.COM |
| DUMP.* | Sample Program | | DUMP.* | Sample Program |
| MAKESYM.COM | Symbol File .SYM file generation | | MAKESYM.COM | Symbol File .SYM file generation |
| MAKESYM.DOC | Documentation for MAKESYM.COM | | MAKESYM.DOC | Documentation for MAKESYM.COM |
| SLR180.COM | HD64180 Relocating Macro Assembler | | SLR180.COM | HD64180 Relocating Macro Assembler |
| SLR180.DOC | Release Notes for SLR180.COM | | SLR180.DOC | Release Notes for SLR180.COM |
| SLRMAC.COM | 8080 Relocating Macro Assembler |
| SYNTAX.HLP | Documentation basic usage for all SLR Tools | | SYNTAX.HLP | Documentation basic usage for all SLR Tools |
| SYNTAX.TXT | Documentation basic usage for all SLR Tools | | SYNTAX.TXT | Documentation basic usage for all SLR Tools |
| TEST.* | Sample Program | | TEST.* | Sample Program |
| Z80ASM.COM | Z80 Relocating Macro Assembler | | Z80ASM.COM | Z80 Relocating Macro Assembler |
| Z80ASMP.COM | Z80 Relocating Macro Assembler (PLUS) |
| Z80ASM.DOC | Release Notes for Z80ASM.COM | | Z80ASM.DOC | Release Notes for Z80ASM.COM |
User Area 1 - Linker
User Area 1 - Linker and Library Management
| **File** | **Description** | | **File** | **Description** |
|--------------|-----------------------------------------------| |--------------|-----------------------------------------------|
@ -1385,6 +1394,7 @@ User Area 1 - Linker
| NZLNKFIX.ZEX | ? | | NZLNKFIX.ZEX | ? |
| SLRIB.COM | SuperLibrarian, library manager | | SLRIB.COM | SuperLibrarian, library manager |
| SLRNK.COM | SuperLinker, the main linker tool | | SLRNK.COM | SuperLinker, the main linker tool |
| SLRNKP.COM | SuperLinker (PLUS) |
| SLRNK.DOC | Release Notes for SLRNK.COM | | SLRNK.DOC | Release Notes for SLRNK.COM |
| SLRNKFIX.ZEX | ? | | SLRNKFIX.ZEX | ? |
| SYNTAX.HLP | Documentation basic usage for all SLR Tools | | SYNTAX.HLP | Documentation basic usage for all SLR Tools |

17
Source/Images/d_z80asm/Readme.txt

@ -2,7 +2,7 @@
Assembly Language Tools by SLR Systems Assembly Language Tools by SLR Systems
====================================== ======================================
===== Z80ASM v1.30 by SLR Systems =====
===== Z80ASM by SLR Systems 1983-86 Rel. 1.32 #AB1234 =====
Z80ASM is a relocating macro assembler for CP/M. It takes assembly language Z80ASM is a relocating macro assembler for CP/M. It takes assembly language
source statements from a disk file, converts them into their binary equivalent, source statements from a disk file, converts them into their binary equivalent,
@ -12,7 +12,12 @@ listing output may be sent to a disk file, the console and/or the printer, in
any combination. Output files may also be generated containing cross-reference any combination. Output files may also be generated containing cross-reference
information on each symbol used. information on each symbol used.
===== SLR180 v1.31 by SLR Systems =====
===== Z80ASM PLUS by SLR Systems 1985-86 Rel. v1.12 #L10068 =====
Z80ASMP.COM
CONFIGP.COM
===== SLR180 by SLR Systems v1.31 Rel. 1.31 #AB1234 =====
SLR180 is a powerful relocating macro assembler for Z80 SLR180 is a powerful relocating macro assembler for Z80
compatible CP/M systems. It takes assembly language source compatible CP/M systems. It takes assembly language source
@ -24,6 +29,10 @@ sent to a disk file, the console and/or the printer, in any
combination. Output files may also be generated containing combination. Output files may also be generated containing
cross-reference information on each symbol used. cross-reference information on each symbol used.
===== SLRMAC by SLR Systems 1985-86 Rel. 1.32 #K10096 =====
SLRMAC.COM
===== MAKESYM SuperLinker v1.31 ===== ===== MAKESYM SuperLinker v1.31 =====
MAKESYM is a utility to create symbol SYM table files MAKESYM is a utility to create symbol SYM table files
@ -36,6 +45,10 @@ SLR Systems format from a disk file, resolves external and entry
point references, and stores the output in memory for execution point references, and stores the output in memory for execution
or outputs it to a disk file. or outputs it to a disk file.
===== SLRNK+ SuperLinker+ by SLR Systems 1985-86 Rel. 2.02 #J10154 =====
SLRNKP.COM
===== SLRIB SuperLibrarian v1.30 ===== ===== SLRIB SuperLibrarian v1.30 =====
Library Manager Library Manager

BIN
Source/Images/d_z80asm/u0/CONFIG.COM

Binary file not shown.

BIN
Source/Images/d_z80asm/u0/CONFIGP.COM

Binary file not shown.

BIN
Source/Images/d_z80asm/u0/SLRMAC.COM

Binary file not shown.

BIN
Source/Images/d_z80asm/u0/Z80ASM.COM

Binary file not shown.

BIN
Source/Images/d_z80asm/u0/Z80ASMP.COM

Binary file not shown.

BIN
Source/Images/d_z80asm/u1/ZLRNKP.COM

Binary file not shown.
Loading…
Cancel
Save