A simple AVR instruction set simulator for educational purposes.
Project description
AVR Zero
A simple AVR instruction set IDE and simulator for educational purposes.
Warning
This is in no way an accurate representation of the AVR instruction set and the AVR assembly. Programs that work in this simulator are not guaranteed to work on an actual AVR chip.
Starting Guide
The project is available on PyPI, simply install it with pip.
python -m pip install avrzero
Then, you can run the graphics user interface with
python -m avrzero.gui
Or you can run the command line tools with
python -m avrzero
Install from Source
First, you need to clone the GitHub repository.
At the project root, run
python -m build
The artifacts will be in the dist directory. Install with
python -m pip install --no-deps dist/avrzero-0.1.0-py3-none-any.whl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file avrzero-0.0.3.tar.gz.
File metadata
- Download URL: avrzero-0.0.3.tar.gz
- Upload date:
- Size: 126.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8cc749e880fe26c1df62a1e33e773d9fddf293a5ba5d922740dcbe73078f739
|
|
| MD5 |
83f78f2027a65df36833b7a764e94b07
|
|
| BLAKE2b-256 |
2fd17a1f0866315889d71d08e059a47d87d23e9dd61ca32b55e108dd86154d2f
|
File details
Details for the file avrzero-0.0.3-py3-none-any.whl.
File metadata
- Download URL: avrzero-0.0.3-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79b7814887b13a320506aab2fc69f5b6fed2e483d9d7709b3197ff9dd23746bf
|
|
| MD5 |
7db9beeacabfe35e280ddc12d7d1fff3
|
|
| BLAKE2b-256 |
1fa3c755e0e3342102f8ef36c9fda31298313e6df35f9fcaea771a4d74c097ae
|