-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathPKG-INFO
More file actions
27 lines (22 loc) · 972 Bytes
/
Copy pathPKG-INFO
File metadata and controls
27 lines (22 loc) · 972 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
Metadata-Version: 1.0
Name: evbu
Version: 0.6
Summary: Simulator for the 68HC11 microcontroller
Home-page: http://claymore.engineer.gvsu.edu/~steriana/Python
(LINK NO LONGER VALID)
Author: Andrew Sterian
Author-email: steriana@claymore.engineer.gvsu.edu
(EMAIL NO LONGER VALID)
License: GPL
Description:
EVBU is a simulator for the 68HC11 microcontroller. It also emulates
the BUFFALO interface, as is found on the Motorola 68HC11 EVBU and
other similar hardware systems.
Logic levels on I/O port pins are displayed graphically.
To run the program, invoke the Python interpreter on the evbu.py file.
On Windows, create a desktop shortcut to the file evbu/evbu.py
For Windows, you can directly type the Python script name if you first
do the following from an Administrator Console:
assoc .py=Python.File
python.file="C:\Windows\py.exe" "%L" %*
Platform: UNKNOWN