diff --git a/Source/Doc/Catalog.md b/Source/Doc/Catalog.md index 25f6b803..b059fa9f 100644 --- a/Source/Doc/Catalog.md +++ b/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 information on each symbol used. +* Z80ASMP (Z80ASM Plus) + * SLR180 is a powerful relocating macro assembler for Z80 compatible CP/M systems. It takes assembly language source 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 cross-reference information on each symbol used. +* SLRMAC Intel 8080 mnemonics + * SLRNK is a powerful linking loader for Z80-based CP/M systems. It takes relocatable binary information in either Microsoft or SLR Systems format from a disk file, resolves external and entry point references, and stores the output in memory for execution or outputs it to a disk file. +* SLRNKP (SLRNK Plus) + * Z80DIS is an entirely new disassembler for Z80 based CP/M sys- tems. Z80DIS is written in TURBO PASCAL. Z80DIS generates Z80 mnemonics and prepares an assembly language file with many @@ -1366,18 +1372,21 @@ User Area 0 - Assembler | 180FIG.COM | Configuration utility for SLR180.COM | | 8080.MAC | ? | | CONFIG.COM | Configuration utility for Z80ASM.COM | +| CONFIGP.COM | Configuration utility for Z80ASMP.COM | | DUMP.* | Sample Program | | MAKESYM.COM | Symbol File .SYM file generation | | MAKESYM.DOC | Documentation for MAKESYM.COM | | SLR180.COM | HD64180 Relocating Macro Assembler | | SLR180.DOC | Release Notes for SLR180.COM | +| SLRMAC.COM | 8080 Relocating Macro Assembler | | SYNTAX.HLP | Documentation basic usage for all SLR Tools | | SYNTAX.TXT | Documentation basic usage for all SLR Tools | | TEST.* | Sample Program | | Z80ASM.COM | Z80 Relocating Macro Assembler | +| Z80ASMP.COM | Z80 Relocating Macro Assembler (PLUS) | | Z80ASM.DOC | Release Notes for Z80ASM.COM | -User Area 1 - Linker +User Area 1 - Linker and Library Management | **File** | **Description** | |--------------|-----------------------------------------------| @@ -1385,6 +1394,7 @@ User Area 1 - Linker | NZLNKFIX.ZEX | ? | | SLRIB.COM | SuperLibrarian, library manager | | SLRNK.COM | SuperLinker, the main linker tool | +| SLRNKP.COM | SuperLinker (PLUS) | | SLRNK.DOC | Release Notes for SLRNK.COM | | SLRNKFIX.ZEX | ? | | SYNTAX.HLP | Documentation basic usage for all SLR Tools | diff --git a/Source/Images/d_z80asm/Readme.txt b/Source/Images/d_z80asm/Readme.txt index ba2c9f19..669089fb 100644 --- a/Source/Images/d_z80asm/Readme.txt +++ b/Source/Images/d_z80asm/Readme.txt @@ -2,7 +2,7 @@ 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 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 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 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 cross-reference information on each symbol used. +===== SLRMAC by SLR Systems 1985-86 Rel. 1.32 #K10096 ===== + +SLRMAC.COM + ===== MAKESYM SuperLinker v1.31 ===== 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 or outputs it to a disk file. +===== SLRNK+ SuperLinker+ by SLR Systems 1985-86 Rel. 2.02 #J10154 ===== + +SLRNKP.COM + ===== SLRIB SuperLibrarian v1.30 ===== Library Manager diff --git a/Source/Images/d_z80asm/u0/CONFIG.COM b/Source/Images/d_z80asm/u0/CONFIG.COM index 2f4a8f0a..3a8a7a1a 100644 Binary files a/Source/Images/d_z80asm/u0/CONFIG.COM and b/Source/Images/d_z80asm/u0/CONFIG.COM differ diff --git a/Source/Images/d_z80asm/u0/CONFIGP.COM b/Source/Images/d_z80asm/u0/CONFIGP.COM new file mode 100644 index 00000000..89913547 Binary files /dev/null and b/Source/Images/d_z80asm/u0/CONFIGP.COM differ diff --git a/Source/Images/d_z80asm/u0/SLRMAC.COM b/Source/Images/d_z80asm/u0/SLRMAC.COM new file mode 100644 index 00000000..b74e780e Binary files /dev/null and b/Source/Images/d_z80asm/u0/SLRMAC.COM differ diff --git a/Source/Images/d_z80asm/u0/Z80ASM.COM b/Source/Images/d_z80asm/u0/Z80ASM.COM index d5998843..7d47bb89 100644 Binary files a/Source/Images/d_z80asm/u0/Z80ASM.COM and b/Source/Images/d_z80asm/u0/Z80ASM.COM differ diff --git a/Source/Images/d_z80asm/u0/Z80ASMP.COM b/Source/Images/d_z80asm/u0/Z80ASMP.COM new file mode 100644 index 00000000..80e20c18 Binary files /dev/null and b/Source/Images/d_z80asm/u0/Z80ASMP.COM differ diff --git a/Source/Images/d_z80asm/u1/ZLRNKP.COM b/Source/Images/d_z80asm/u1/ZLRNKP.COM new file mode 100644 index 00000000..69ba81a7 Binary files /dev/null and b/Source/Images/d_z80asm/u1/ZLRNKP.COM differ