Home

#######  #####    ###            #####    ###   #     #           #####    ###     #####    ###            #####    ###   #     #
     #  #     #  #   #          #     #    #    ##   ##          #     #  #   #   #     #  #   #          #     #    #    ##   ##
    #   #     # #     #         #          #    # # # #          #     # #     #  #     # #     #         #          #    # # # #
   #     #####  #     #  #####   #####     #    #  #  #           #####  #     #   #####  #     #  #####   #####     #    #  #  #
  #     #     # #     #               #    #    #     #          #     # #     #  #     # #     #               #    #    #     #
 #      #     #  #   #          #     #    #    #     #          #     #  #   #   #     #  #   #          #     #    #    #     #
#######  #####    ###            #####    ###   #     #           #####    ###     #####    ###            #####    ###   #     #

Altair 8800 front panel IMSAI 8080 front panel


Quickstart DRI OS's     Quickstart UCSD p-System     Download     Documentation     Links     Screenshots     News     Contact     Datenschutz

YouTube Video Channel     GitHub

Introduction:

z80pack is a Zilog Z80 and Intel 8080 cross development package for UNIX and Windows systems distributed with all sources under a BSD style license. Included are: The CPU emulations are generic and can be used to emulate any Z80 or 8080 based system, the I/O hardware abstraction is well isolated. Originally the software was written for emulation of proprietary Z80 controllers, to support development and testing. In 1987 this emulated Z80 was the fastest Z80 on the planet, at least if run on a Nixdorf/Pyradmid TARGON/35 system. It also was used to preconfigure very large Z80 based host systems, because the emulation on the TARGON machine ran the configuration programs multiple times faster than any existing Z80 system at this time.

The 8080 emulation was added in 2014, for running vintage systems based on the Intel 8080 with their original software.

The original 1987 version could not be released public, because it included proprietary components from various companies, but for the Z80 core I keept the copyright. So an emulation of a virtual complete computer system capable of runnning CP/M 1, CP/M 2, CP/M 3 and MP/M 2 has been build, as an example for what can be done with this software. The Z80 cross assembler was used to bootstrap CP/M 2.2 on the system, for CP/M 3 and MP/M 2 the loader BIOS's were written on an UNIX host, final work then was done under CP/M 2.2 running on the emulated system.

This virtual computer system has then been used to rebuild CP/M 1, CP/M 2, CP/M 3 and MP/M 2 completely from the sources. Also example implementations of CP/NET have been build, to network the virtual systems with this very early implementation of RPC (remote procedure calls). Additional disk images with all sources, tools and build scripts are available for download.

The system also runs the UCSD p-System Versions I.4, I.5, II.0 and IV.0. Disk images for ready-to-run systems as well as sources to rebuild the Z80 version are available in the download section.

Features of the virtual cpmsim computer system:

The Z80 core then was used together with John Kichury's front panel library, to build exact emulations of the Altair 8800, IMSA 8080 and Cromemco Z-1 computer systems, that can be fully operated via the front panel similar to the original machines. The IMSAI 3D computer model build by John is really stunning, see the screenshots.

In 2014 an Intel 8080 emulation was added, so that these machines can run original vintage 8080 software, like the MITS BASIC interpreter written by Bill Gates, Paul Allen and Monte Davidoff.

The Z80, 8080 and I/O emulations are written in ANSI C, the front panel emulation in C++, for POSIX compatible Open Systems. Systems on which the sources are known to compile are:

Other native ports to Microsoft Windows have been done, links are in the download section.

Home page of Digital Research where everything began.

All Digital Research CP/M material included was taken from The Unofficial CP/M Web site, the license for this material can be read there.
Other commercial CP/M material included was taken from CP/M Commercial Software Archive.
Some user written tools were taken from the Oak CP/M archive.
Various programs from the Walnut Creek CP/M CD-ROM have been used too, an online copy is available here.
The UCSD p-System on 8" disk images is available at Bitsavers.
For documentation and software of the old machines you should visit Bitsavers anyway.

Quickstart to run the Digital Research OS's:

  1. Download the z80pack source archive
  2. Unpack the source archive in your home directory: tar xzvf z80pack-x.y.tgz
  3. Compile the CP/M emulation:
    1. cd ~/z80pack-x.y/cpmsim/srcsim
    2. make -f Makefile.operating-system
    3. make -f Makefile.operating-system clean
  4. Compile support programs, some are needed for the emulation:
    1. Releases before 1.15: cd ~/z80pack-x.y/cpmsim/srccpm2, Releases 1.15 and later: cd ~/z80pack-x.y/cpmsim/srctools
    2. make
    3. make clean
  5. MAKE BACKUPS OF THE BOOTABLE DISK IMAGES:
    1. cd ~/z80pack-x.y/cpmsim/disks/library
    2. cp -p * ../backups
  6. To run CP/M 2.2:
    1. cd ~/z80pack-x.y/cpmsim
    2. ./cpm2
    3. To leave the emulation type a:bye. This program executes a Z80 HALT instruction which terminates the emulator.
  7. To run CP/M 3:
    1. cd ~/z80pack-x.y/cpmsim
    2. ./cpm3
    3. To leave the emulation type a:bye. This program executes a Z80 HALT instruction which terminates the emulator.
  8. To run MP/M 2:
    1. cd ~/z80pack-x.y/cpmsim
    2. ./mpm
      This boots CP/M 2.2, the system tracks of the disk do not contain the mpmldr program. To boot MP/M type mpmldr which runs the loader under CP/M 2.2 and boots the MP/M 2 system from the disks.
    3. To leave the emulation type a:bye. This program executes a Z80 HALT instruction which terminates the emulation.
  9. To exchange files between the UNIX host and the CP/M disk images download and install cpmtools. The emulator uses 8" SD disk drives as the first 4 drives, which also is the default used in cpmtools version 2.17 at the time of this writing. In case it changes sometime, the disk definition is:
    	diskdef ibm-3740
    	  seclen 128
    	  tracks 77
    	  sectrk 26
    	  blocksize 1024
    	  maxdir 64
    	  skew 6
    	  boottrk 2
    	  os p2dos
    	end
    
    Please note that the data tracks have a skew of 6, but the system tracks have a skew of 1, because I never implemented skews in the UNIX putsys programs. Using the correct skew made sense with Shugart floppy disk drives from 1976. Nowadays with SSD's used in personal computers transferring 500 MB/s and more the skew is only used for compatibility reasons.

    To access the 4 MB harddisk image of z80pack verify the following disk definition in /usr/local/share/diskdefs:

    	diskdef z80pack-hd
    	  seclen 128
    	  tracks 255
    	  sectrk 128
    	  blocksize 2048
    	  maxdir 1024
    	  skew 0
    	  boottrk 0
    	  os 2.2
    	end
    
    To access the 512 MB harddisk image verify this disk definition in /usr/local/share/diskdefs:
    	diskdef z80pack-hdb
    	  seclen 128
    	  tracks 256
    	  sectrk 16384
    	  blocksize 16384
    	  maxdir 8192
    	  skew 0
    	  boottrk 0
    	  os 2.2
    	end
    
    This definitions are included nowadys, if they are missing you need to add them. To access the 4 MB harddisk image (drives I: and J:) from the UNIX host always use the option -f z80pack-hd as in this example: cpmls -f z80pack-hd disks/drivei.cpm. Do not forget to use it, specially when copying files to the disk, without this option the harddisk image will be destroyed. Lets hope you made backup copies of the disk images.

    Same with the 512 MB drive P:, always use the option -f z80pack-hdb to access this drive file.

  10. Start reading documentation, understanding the disk image layout under ~/z80pack-x.y/cpmsim/disks is essential.

Quickstart to run UCSD p-System:

  1. Download the z80pack source archive
  2. Unpack the source archive in your home directory: tar xzvf z80pack-x.y.tgz
  3. Compile the CP/M emulation:
    1. cd ~/z80pack-x.y/cpmsim/srcsim
    2. make -f Makefile.operating-system
    3. make -f Makefile.operating-system clean
  4. Compile support programs, some are needed for the emulation:
    1. Releases before 1.15: cd ~/z80pack-x.y/cpmsim/srccpm2, Releases 1.15 and later: cd ~/z80pack-x.y/cpmsim/srctools
    2. make
    3. make clean
  5. Download the UCSD boot images
  6. Unpack the archive in ~/z80pack-x.y/cpmsim: tar xzvf ucsd-ix.tgz
  7. MAKE BACKUPS OF THE BOOTABLE DISK IMAGES:
    1. cd ~/z80pack-x.y/cpmsim/disks/library
    2. cp -p * ../backups
  8. To run UCSD p-System:
    1. cd ~/z80pack-x.y/cpmsim
    2. ./ucsd-i4 or ./ucsd-i5 or ./ucsd-ii or ./ucsd-iv
    3. To leave the emulation first shutdown the UCSD p-System from main menu with the H command, then abort cpmsim with CTRL-\
  9. To exchange files between the UNIX host and UCSD disk images download and install UCSD filesystem tools.

Downloads:

UNIX host programs
Z80/8080 CPU simulation, Z80 cross assembler, CP/M system simulation including boot disk images with CP/M 2.2, CP/M 3, MP/M 2 and a harddisk image with many CP/M tools, language compilers etc., simulations of the Altair, IMSAI and Cromemco systems Download
UNIX tools to access CP/M disk images, highly recommended Link
UNIX tools to access UCSD p-System disk images, highly recommended Link
Intel PL/M-80 Cross Compiler 2.0 setup for UNIX systems. Requires GNU Fortran 77 (f77) or GNU Fortran 95 (gfortran) compiler Download
Intel PL/M-80 Cross Compiler 4.0 setup for UNIX systems. Requires GNU Fortran 77 (f77) or GNU Fortran 95 (gfortran) compiler. Includes sources and Makefile only, can be installed together with V 2.0 without filename clashes. Download
The Intel 8080 Macro Assembler Version 3.0 Fortran sources were recovered from an old Mainframe computer. I have ported the software to UNIX systems with GNU Fortran 77 (f77) or GNU Fortran 95 (gfortran) compiler. Download
The Intel Software Simulation of the MCS-8 8080 CPU and Memory Version 2.2 sources were recovered from an old Mainframe computer. I have ported the software to UNIX systems with GNU Fortran 77 (f77) or GNU Fortran 95 (gfortran) compiler. Download
Microsoft Windows host programs
Ready to run binary distribution of the Altair and IMSAI emulations, runs under Windows XP and later, and doesn't require any UNIX knowledge. This Windows package is based on the Windows port of the frontpanel library, which was contributed by Stefano Bodrato. The package includes bootable CP/M disk images for both machines. Download
Roger Ivie's Windows 2K port of z80pack Link
Disk images with Digital Research OS sources
CP/M 2.0 source disk images with build scripts to build a bootable disk Download
CP/M 2.2 source disk images with build scripts to build a bootable disk Download
Contents of the above disk images in a zip archive as requested Download
CP/M 2.2 source disk image with some of the official Digital Research patches applied to the sources. This download contains the harddisk image and shell script for cpmsim to mount disks. The original source images need to be installed first to get the tool disks too. Download
All the sources from the disk image above in a zip archive Download
CP/M 3 source disk images with build scripts Download
All the files from the disk images above in a zip archive Download
MP/M 2 source disk images with build scripts Download
All the files from the disk images above in a zip archive Download
Bootable disk images with Digital Research CP/NET client and server
Disk images with pre-configured CP/NET 1.0 MP/M server including customized sources Download
Disk images with pre-configured CP/NET 1.0 CP/M 2.2 client including customized sources Download
Disk images with pre-configured CP/NET 1.1 MP/M server including customized sources Download
Disk images with pre-configured CP/NET 1.1 CP/M 2.2 client including customized sources Download
Disk images with pre-configured CP/NET 1.2 MP/M server including customized sources Download
Disk images with pre-configured CP/NET 1.2 CP/M 2.2 client including customized sources Download
Bootable disk images with older Digital Research CP/M versions
Bootable disk image with the 1975 CP/M version, sources see below Download
Bootable disk image with CP/M 1.3, includes boot loader and BIOS sources Download
Bootable disk image with CP/M 1.4, includes boot loader and BIOS sources Download
Zip archive with the files from above CP/M 1.4 disk image. Please note, that the files BYE.COM (leaves Z80 CP/M emulation) and CLS.COM (clear screen of ANSI terminals), were added by me and are not part of a DRI CP/M distribution. Download
Bootable disk images with different Digital Research CP/M configurations
63K CP/M 2.2 with check vectors active for both cpmsim HD's. Prevents corruption of the i: and j: disks when writing to them with cpmtools, while the emulation is running. Download
CP/M 3 disks not using Z80 instructions, so that it runs too on 8080. Also check vectors active for harddisks i:, j: and p:, to prevent disk corruption. Download
Disk images with UCSD p-System for Z80
CP/M 2.2 disk image with all sources required to build a boot record for UCSD p-System I.4, I.5 and II.0. Do not use this for IV.0. Download
Disk image with the UCSD p-System I.4 Z80 system disk, ready to boot under cpmsim. The boot code build with the disk above is written to system disk 1 already. The system is pre-configured to work with VT-100 and ANSI compatible terminals Download
Two disk images with the UCSD p-System I.5 Z80 system disks, ready to boot under cpmsim. The boot code build with the disk above is written to system disk 1 already. The system is pre-configured to work with VT-100 and ANSI compatible terminals Download
Two disk images with the UCSD p-System II.0 Z80 system disks, ready to boot under cpmsim. The boot code build with the disk above is written to system disk 1 already. The system is pre-configured to work with VT-100 and ANSI compatible terminals Download
Two disk images with the UCSD p-System IV.0 Z80 system disks, ready to boot under cpmsim. The system is pre-configured to work with VT-100 and ANSI compatible terminals Download
8" disk images with UCSD p-System I.5 for Z80, these disks have been used to build the system for z80pack. Download
Disk image with the modified I.5 p-code interpreter sources, used to build the system disks for z80pack Download
8" disk images with UCSD p-System II.0 for Z80, these disks have been used to build the system for z80pack. Please note that the disk images U132.A_PASCAL_COMPILER_SOURCE.raw and U128_L2_YALOE_SOURCE.raw at bitsavers are incomplete. This archive includes repaired images. Download
Disk image with the modified II.0 p-code interpreter sources, used to build the system disks for z80pack Download
Disk image with the linkable IV.0 p-code interpreter objects, used to build the system disks for z80pack Download
Other 8080/Z80 operating systems
CP/M 2.2 with ZCPR1 replacement for CCP, includes all sources and documentation Download
CP/M 2.2 with ZSDOS/ZCPR1 replacement for BDOS/CCP, inludes ZSDOS source and documentation. Build based on disk above. Download
Pre-configured NZ-COM Z-System with ZSDOS/ZCPR3.4 for CP/M 2.2, includes documentation Download
CP/M 2.2 with Z80CCP replacement for CCP, includes source Download
QP/M, a Z80 CP/M 2.2 clone with advanced features, BIOS with clock support available here Link
QP/M disk ready to boot, for those who don't wish to build themself Download
DOS+, a Z80 CP/M 2.2 clone with advanced features, BIOS with clock support available here Link
DOS+ disk ready to boot, for those who don't wish to build themself Download
Harddisk image with pre-installed ConIX shareware system for CP/M 2.2 Download
Disk image with MicroShell, UNIX shell features for CP/M. A PDF manual is available too below under Documentation. Download
Harddisk image with Microtools and other UNIX-like utilities for CP/M. A PDF manual is available too below. Download
Floppy disk and harddisk image with FUZIX build (26-JAN-2016) ready to use. This is work in progress and intended for those who want to have a look at it first, without building them self. It needs more work, but the OS boots, one can login and execute simple UNIX like programs. It is suggested to build it your self, instructions how to do this can be read here:
Running Alan Cox's Fuzix OS on a Z80 emulator
Download
Disk images with CP/M application software
Disk image with Word-Master 1.07 original files, as well as assembler patch sources for various terminals. Includes patch source for ANSI terminal that I am using and documentation also is available below. Download
Disk image with Vedit 1.34. Includes configured binary for usage with ANSI terminal and a keymap that allows to use the cursor keys. All documentation is included on the disk. Download
Disk image with WordStar 3.3 already configured for VT-100 terminal Download
Harddisk image with WordStar 4.0 already configured for VT-100 terminal Download
Disk image with ZDE 1.6. Includes configured binary for usage with ANSI terminal. Also this editor allows usage of the cursor keys with an ANSI terminal. Download
Disk images with more complete ISIS tools and submit script to compile PL/M programs Download
Disk image with Microsoft Fortran-80 compiler version 3.44 Download
Disk image with Palo Alto Tinybasic source and executable. This is the improved version with SAVE and LOAD for CP/M. Includes Tiny Startrek BASIC program. Download
Harddisk image with Gordon Eubanks BASIC-E compiler sources, build scripts and BASIC example programs. Requires ISIS tools to build from sources, precompiled executables included. Download
Harddisk image with Mark Williams Company XYBASIC sources, build scripts and executables with binary and BCD floating point arithmetic. For documentation and the very interesting story how it was written read here:
XYBASIC and CP/M
XYBASIC
The sources are made available here by generous permission of Robert Swartz, my former boss at MWC, thanks Bob, I appreciate it.
Download
Disk image with LLL Basic interpreter, published by Dr. Dobbs 1977. Disk includes sources, executable and example program. Download
Disk image with Microsoft Basic interpreters. Included are BASIC Rev. 4.51, BASIC-80 Rev. 5.21 and BASIC-85 Rev. 5.29. Also includes Super Startrek BASIC program adapted for ANSI terminals. Download
Disk image with Microsoft Basic compiler 5.3 Download
Disk image with DRI CBASIC 2 and CB80 2.0 Basic compiler. Includes demo sources for GSX-80 graphics programming. Download
Disk image with DRI GSX-80 version 1.0 Graphics Extension, includes source and example to use with my UNIX xterm Tektronix 4014 driver. Run the CP/M emulation from X11 xterm, not any other terminal, to use this. Download
Disk image with DRI GSX-80 version 1.1 Graphics Extension. Includes example to use with my UNIX xterm Tektronix 4014 driver. Run the CP/M emulation from X11 xterm, not any other terminal, to use this. Download
Disk image with GSX-80 example programs in various programming languages. Download
Disk image with GSX-80 attached to Microsoft mbasic interpreter with some example BASIC programs. Download
Disk image with DRI's DR Graph application, a chart tool using GSX-80. Download
Disk image with DRI's DR Draw application, a drawing tool using GSX-80. Download
Disk image with ALGOL-M compiler for CP/M written by Gary Kildalls students at Naval Postgraduate School Download
Disk image with John A. Starkweathers 8080 Pilot interpreter, published by Dr. Dobbs 1977, adapted to CP/M. Disk includes sources, executable and example program. Download
Disk image with Comal-80 Rev. 2.10 for CP/M, preconfigured for VT-100/ANSI terminals Download
Disk image with Z80MR, a Public Domain Z80 macro assembler for CP/M Download
Disk images with figFORTH 1.1 and 1.3 for 8080 and screens with editor and 8080 assembler. The sources are a little bit modified, original sources see below. Download
Harddisk image with CP/M FORTH implementations using the filesystem as block device. A readme file in user area 0 lists which FORTH systems are in the various user areas. Download
Disk image with Turbo Pascal 3.01A pre-configured for ANSI terminal emulations Download
Disk image with Q/C C compiler version 3.1a for Z80 Download
Disk image with C/80 C compiler version 3.1 for 8080 Download
Harddisk image with Z80 Hitech-C compiler V3.09 for CP/M. The compiler is configured to be used from harddisk J: and an additional make utility for CP/M 3 with example is included also. Download
Harddisk image with Kermit 4.11 build for cpmsim TCP/IP UART Download
Harddisk image with CP/M 3 system extensions like multiline command history. The disk includes all sources as the RSX's as well, this software requires CP/M 3. Download
Harddisk image with the CP/M help system based on help version 2.0. The help program is configured to use drive J: as default. Help files for frequently used programs are included, as well as the source for the help program. Download
Disk image with Colossal Cave adventure, version A02, 350 points Download
Disk image with A02 sources and build scripts for Microsoft Fortran-80 under CP/M and Cromemco Fortran IV under CDOS Download
Disk image with Colossal Cave adventure, version B00, 550 points. Requires Z80 CPU. Download
Disk image with Colossal Cave adventure, version B01, 550 points. Identical with B00 but runs on the 8080 CPU. Download
Disk image with Colossal Cave adventure, version B03, 580 points Download
Disk image with games Rogue 1.7 and Wanderer 2.2. The disk includes QTERM patch source for the VT-100 terminal and patched executables to run with VT-100 or other ANSI compatible terminals. Download
Nemesis and Dungeon Master rogue like role playing game. The terminal definition already is configured for ANSI terminals. The archive includes the disk image and the PDF game manual. Play with CPU speed set at 4 MHz. Download
Disk image with Infocom Planetfall and Hitchhikers Guide to the Galaxy text adventures, both patched for ANSI terminals Download
Disk image with CP/M Chess programs Download
Disk images with UCSD p-System application software
Two disk images with sources and ready to run program of Colossal Cave adventure, 500 points. Compiled and tested with II.0. Download
Disk image with Startrek game. Some procedure is to large for the I.5 and II.0 compiler, so compiled and tested with IV.0. Download
Disk image with games Blackjack, Othello and Chase. Compiled and tested with II.0. Download
Two disk images with sources, documentation and compiled programs (II.0 was used) of Prof. Ken Bowles Database Homework Project. This partially completed database starter project shows, how the p-System was used in the 80's at UCSD, to teach students the fine art of computer programming. Download
Software and Operation Manuals for front panel machines
Manuals and software for the Altair 8800 computer system Download
Manuals and software for the IMSAI 8080 computer system Download
Manuals and software for the Cromemco Z-1 computer system Download
Source files with tools and examples for various programming languages
CP/M utilities written in PL/M-80 for the Intel PL/M-80 cross compiler Download
PASCAL examples for playing with UCSD Pascal Download
PASCAL examples for playing with Turbo Pascal Download
BASIC sources for BASIC-E compiler Download
Other sources
The 1975 CP/M sources found on CPMUG disk Vol 5. Original sources from the disk, as well as overworked versions to be used on cpmsim. Download
8080 figFORTH 1.1 original source Download
8080 figFORTH 1.3 original source
(the block management for block size 1024 is broken, I doubt that this is an original F.I.G release)
Download

Documentation:

CP/M simulator related documentation
Understanding disk images for the CP/M emulation Read
The printer device under CP/M emulation Read
The auxiliary device under CP/M emulation Read
TCP/IP networking Read
Recompiling CP/M 2.0 from the sources Read
Recompiling CP/M 2.2 from the sources Read
Recompiling CP/M 3 from the sources Read
Recompiling MP/M 2 from the sources Read
Using the ISIS environment under CP/M 2.2 Read
The UCSD p-System for z80pack Read
Z80 simulator related documentation
Installation and Test Read
Z80 cross assembler related documentation
Installation and Test Read
Digital Research Documentation
CP/M 2.2 Operating System Manual (HTML) Read
CP/NET Network Operating System Reference Manual (HTML) Read
Link-80 Operator's Guide (HTML) Read
CP/M 1.3 manual set (PDF) Download
CP/M 1.4 manual set (PDF) Download
CP/M 2.0 manual set (PDF) Download
CP/M 2.2 manual set (PDF) Download
CP/M 3 manual set (PDF) Download
MP/M 2 manual set (PDF) Download
GSX-80 Graphics Extension Programmer's Guide at bitsavers (PDF) Read
CBASIC Compiler Language Graphics Guide at bitsavers (PDF) Read
CB-80 Language Reference Manual at bitsavers (PDF) Read
DR Graph Graphic Application User Guide at bitsavers (PDF) Read
DR Draw Graphic Application User Guide at bitsavers (PDF) Read
UCSD p-System Documentation
UCSD Pascal System I.4 Manual (PDF) Read
UCSD Pascal System I.5 Manual (PDF) Read
UCSD Pascal System II.0 User's Manual (PDF)
Also check Bitsavers for more manuals.
Read
Adaptable p-System IV Installation Guide (PDF) Read
Intel Documentation
8080 Assembly Language Programming Manual, Rev B 1975 (PDF) Read
8080/8085 Assembly Language Programming Manual, 1978 (PDF)
This manual gives some more hints about the inner working of the 8080 than earlier Intel publications for the 8080.
Read
PL/M-80 Language Summary Read
PL/M-80 Programming Manual for the ISIS system (PDF) Read
ISIS-II User's Guide (PDF) Read
ISIS Internals, a collection of computer magazine articles and notes about the inner workings of the ISIS system (PDF) Read
Other Documentation
Manuals for MicroPro Word-Master (PDF) Read
figFORTH release 1.1 for 8080 Assembly Source Listing (PDF) Read
figFORTH Installation Manual Read
Q/C Users's Manual, Version 3.2 (PDF) Read
Microshell, UNIX Features for CP/M, User's Manual Version 2.0 (PDF) Read
Microshell Newsletter, usage hints and patches for problems (PDF) Read
Microtools, UNIX-like utilities for CP/M, User's Manual (PDF) Read
Manual for Mark Williams Company XYBASIC, covers CP/M version as well as standalone versions. This PDF was recreated by Steve in 2014 using the MWC COHERENT version of troff. Read

Support:

This is an Open Source spare time project and there is no official support. If you can't help your self, a good place to discuss technical issues or ask about help is Usenet newsgroup comp.os.cpm or Google Groups comp.os.cpm.
Then there are lots of Web forums about classic computing, microcontroller programming and so on. In many you'll find members nowadays, quite familiar with z80pack.
If nothing helps and you need to talk to anyone involved in this project, you'll find working email addresses inside the download package, none provided on this Web site anymore, because of massive abusage.

Copyright, License and all that stuff:

I often get asked: may I do ... with z80pack?
The answer just is: yes! Everything you can download from this Web site that says: Copyright (C) ... Udo Munk is covered by the BSD license in file COPYING, you'll find in various directories of the z80pack distribution. You can do whatever you want with this software, you don't need any other permissions from me for whatever you intend to do. That includes commercial usage of this software. This software was written for using it, so use it.
Of course disk images with Digital Research software, Intel software, UCSD software, Microsoft software, Borland software and so on and so forth are not covered by this license! This software was not written by me, so it doesn't have my Copyright, so it is re-distributed under different license terms. To the best of my knowledge all this ancient software may be re-distributed for non profit hobby usage. If you find software here owned by you, that shall not be distributed, please let me know and it will get removed from this site.
Software of third parties include a file COPYING in the directory together with this software, explaining the terms of usage that the author of the software grants. This are Open Source licenses of some kind, for using the software in other projects the license should be read and the software used in conformance with the license.

License in use for code written by me:

Copyright (c) 1987-2016 Udo Munk

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Bibliography:

I still have Z80 data sheets from Zilog, Mostek and Hitachi and I also still have my CP/M 2, CP/M 3 and MP/M manuals and a bunch of other related books. All this material was used as reference to write this software. Unfortunately all these manuals are out of print, so it won't help anyone to reference it here. Instead I'm trying to provide links to online documentations, which will help you understanding this software.
  1. Everything to know about the Z80 including original Zilog data sheets can be read here.
  2. Digital Research manuals for CP/M 1, CP/M 2, CP/M 3, MP/M 2, assemblers, linkers and compilers are archived here.

Guides for z80pack:

The documentation for z80pack is intentionally terse, to prevent a wall of text for those who are familiar with the old systems. Others have written pretty good guides for using z80pack, so reading these might help you.

Setting up z80pack to Create an Emulated CP/M System
Z80Pack CP/M Emulator and NZ-COM

If you wrote guides like these just let me know, so that it can be linked here.

More CP/M related links:

News & Pointers: S-100, CP/M and related sites
Gaby's Homepage for CP/M and Computer History
The Humongous CP/M Software Archives
CP/M pages by John Elliott

Informations about the UCSD p-System:

UCSD Pascal Wikipedia
p-System: Description, Background, Utilities
The UCSD p-System Museum

Other emulation projects based on z80pack:

iPhone Z80 Engine
CP/M on a PIC32 microcontroller
Duinomite Mini con CP/M80

H89 Emulator - The Virtual H89 All-in-One Computer
Regnecentralen RC700 Simulator

If you are doing projects like these just let me know, so that your project web site can be linked here.

Other operating systems running on cpmsim:

Turbodos port by Mario Viara
FreeRTOS port by Mario Viara
FUZIX by Alan Cox

Other UNIX Z80 emulations:

YAZE-AG - Yet Another Z80 Emulator by AG
The SIMH Altair 8800 Z80 simulator

Informations about the Altair 8800:

The Virtual Altair Museum
Altair 8800 Wikipedia
Home of the New Altair 8800 Kit
Altair 8800 Clone
Emulator of Altair 8800 Computer
MITS Altair 8800 demonstration

Informations about the IMSAI 8080:

The Official IMSAI Web Site
The IMSAI Series Two project
IMSAI 8080 Wikipedia
IMSAI Front Panel Demo

Informations about the Cromemco Z-1:

Short history about Cromemco and the Z-1
History about Cromemco at Stanford, interesting read but not much about the Z-1
Huge collection of Cromemco manuals, firmware, operating systems and software
Cromemco forum on Google

Home