-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME
More file actions
29 lines (20 loc) · 811 Bytes
/
README
File metadata and controls
29 lines (20 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This is EVBU, an open source simulator for the 68HC11 microcontroller.
The main documentation for this program is in docs/index.html.
Quick start information is below for the impatient; more detailed
installation and execution information is in docs/index.html.
Quick Start
===========
Requirements:
- Python 3.7.3 or later
- wxPython 4.0.4 or later (pip install wxWidgets)
Installation:
Copy files under some directory (e.g., evbu)
Install Python requirements: python -m pip install wxWidgets
(As of 2019-10-27 it also works with Python 3.8)
Main file to run: evbu.py
Contact:
Andrew Sterian
steriana@claymore.engineer.gvsu.edu ***NO LONGER VALID***
http://claymore.engineer.gvsu.edu/~steriana
Tony Papadimitriou <tonyp@acm.org>
Modified for Python 3 and wxPython Phoenix API