Skip to content

Latest commit

 

History

History
86 lines (57 loc) · 3.91 KB

README.md

File metadata and controls

86 lines (57 loc) · 3.91 KB

zep2-simulator-macos

What is this guide and what is ZEP2?

This guide is an step by step guide to installing ZEP2 which is a CPU simulator made exclusively for Windows operating systems. Z

ZEP2 is used extensively across multiple universities and colleges in The Netherlands to introduce students to Assembly Language and the basics of the inner workings of CPU's

Pre-Requisites

You should have the following tools installed to begin running ZEP2 on MacOS:

WineHQ

I myself have an 2023 Macbook Air with the Apple M2 chip using WineHQ by iteself to run ZEP2 does not work for me probably because of the Apple M2 CPU Architecture so you should always first try the following before moving on to see if it works:

Open your terminal in the folder where the ZEP2 exe file is located and run:
wine64 <filename>.exe

If this opens up ZEP2 without any issues, congratulations! Your done.
Does this not open up ZEP2 without issues? Continue following the guide

Wineskin

Wineskin allows you to create bundled Wine prefixes and run Windows programs like any other macOS apps.

First you should install the following Engine by pressing the "+"
Screenshot 2023-10-06 at 22 54 19

After installing this engine continue by hitting "Create New Blank Wrapper"
Screenshot 2023-10-06 at 22 55 21

Rename this to whatever you want but I will call it ZEP2
Screenshot 2023-10-06 at 22 55 26

Now press on the newly made ZEP2 application Screenshot 2023-10-09 at 10 14 17

Press "Install Software"
Screenshot 2023-10-06 at 22 57 06

Here you should click on "Copy a Folder Inside"
Screenshot 2023-10-06 at 22 57 31

Then select the folder containg the ZEP2.exe
Screenshot 2023-10-06 at 22 58 38

Screenshot 2023-10-06 at 22 58 48
Now in the Application Finder you can open ZEP2 by double clicking the new ZEP2 Application Screenshot 2023-10-09 at 10 14 17

You should see the following screen

Screenshot 2023-10-06 at 22 59 14 Screenshot 2023-10-06 at 22 59 25