CP/M

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

List of FIles in YAZE CP/M-80 2.2

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_amd_athlon64 to Makefile because I am on an amd64 cpu. Then open a terminal and navigate to that folder. Run the following commands:

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

Some Software

Related Pages

Credits

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

Comments