|
|
@ -1309,7 +1309,7 @@ Also contained on this image in User Area 1 are. |
|
|
| Floppy Disk Image: **fd_z80asm.img** |
|
|
| Floppy Disk Image: **fd_z80asm.img** |
|
|
| Hard Disk Image: **hd_z80asm.img** |
|
|
| Hard Disk Image: **hd_z80asm.img** |
|
|
|
|
|
|
|
|
This disk contains 4 major components |
|
|
|
|
|
|
|
|
This disk contains 6 major components |
|
|
|
|
|
|
|
|
* 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, |
|
|
@ -1319,19 +1319,20 @@ 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) |
|
|
|
|
|
|
|
|
* Z80ASMP (Z80ASM Plus). Referred to as the "Virtual Memory" version which |
|
|
|
|
|
uses disk for working storage, thus not constrained by RAM. |
|
|
|
|
|
|
|
|
* 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 |
|
|
equivalent, and stores the output in either a core-image, Intel |
|
|
equivalent, and stores the output in either a core-image, Intel |
|
|
hex format, or relocatable object file. The mnemonics recognized |
|
|
hex format, or relocatable object file. The mnemonics recognized |
|
|
are those of Zilog/Hitachi. The optional listing output may be |
|
|
|
|
|
|
|
|
are those of Zilog (Z180)/Hitachi. The optional listing output may be |
|
|
sent to a disk file, the console and/or the printer, in any |
|
|
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 |
|
|
|
|
|
|
|
|
* SLRMAC relocating macro assembler for 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 |
|
|
@ -1339,7 +1340,8 @@ 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) |
|
|
|
|
|
|
|
|
* SLRNKP (SLRNK Plus). Referred to as the "Virtual Memory" version which |
|
|
|
|
|
uses disk for working storage, thus not constrained by RAM. |
|
|
|
|
|
|
|
|
* 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 |
|
|
@ -1376,7 +1378,7 @@ User Area 0 - Assembler |
|
|
| 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 (Z180) Relocating Macro Assembler | |
|
|
| SLR180.DOC | Release Notes for SLR180.COM | |
|
|
| SLR180.DOC | Release Notes for SLR180.COM | |
|
|
| SLRMAC.COM | 8080 Relocating Macro Assembler | |
|
|
| SLRMAC.COM | 8080 Relocating Macro Assembler | |
|
|
| SYNTAX.HLP | Documentation basic usage for all SLR Tools | |
|
|
| SYNTAX.HLP | Documentation basic usage for all SLR Tools | |
|
|
|