Home How to experience CP/M-80 2.2 using YAZE?
Post
Cancel

How to experience CP/M-80 2.2 using YAZE?

In the tutorial how to experience CP/M-80 2.2 using the Altair Z80 emulator, I said that there were three options to run CP/M-80 2.2. In this tutorial, we are going to use the third option: YAZE. You can download the files needed for this tutorial here:

Installing YAZE

Linux

On Linux, you need to build YAZE from sources. Extract the source archive and delete the Makefile. Rename the Makefile_linux_your_architecture file to Makefile. For example, I renamed Makefile_linux_64_intel_nocona to Makefile because I am on an Intel cpu. Then open a terminal and navigate to that folder. Run the following commands:

1
2
$ make
$ sudo make install

Enter your password when asked. This will install YAZE on your system.

sudo make install yaze

You can now run yaze to start YAZE. Press any key when asked to do so. Read the imformation presented on your screen before pressing any key.

YAZE running

You will now get to the A: prompt. You can run the DIR command to see a list of files.

List of Files on YAZE CP/M-80 2.2

That’s it for Linux. We have installed and used YAZE with CP/M-80 2.2.

Windows

On Windows, double click the installer file to start installation of YAZE.

YAZE Windows Installer

Then click on Extract. It will install YAZE. You will see an icon on your Desktop called YAZE. Double click on it to start YAZE. Press any key when asked to do so. Read the imformation presented on your screen before pressing any key.

YAZE on Windows

That’s it for Windows. We have installed and used YAZE with CP/M-80 2.2.

Manuals

Credits

The YAZE enulator is an open source project created by Andreas Gerlich. You can visit its website to know more.

This post is licensed under CC BY 4.0 by the author.

How to experience CP/M-80 2.2 using MAME's NCR Decision Mate V emulation?

How to install WordStar 3.3 on CP/M-80 2.2?