Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/max22-/uxnemu.py
A Uxn emulator written in python
https://github.com/max22-/uxnemu.py
Last synced: 3 months ago
JSON representation
A Uxn emulator written in python
- Host: GitHub
- URL: https://github.com/max22-/uxnemu.py
- Owner: max22-
- License: mit
- Created: 2022-04-17T21:36:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-18T19:59:47.000Z (over 2 years ago)
- Last Synced: 2024-05-21T08:32:21.629Z (6 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-uxn - uxn.py - Python implementation of the VM. (Emulators)
README
# uxnemu.py
A port of the [Uxn](https://wiki.xxiivv.com/site/uxn.html) virtual machine to the Python programming language.# Usage
To run a rom "à la uxncli":
```
./uxnemu.py file.rom
```To run a rom instruction by instruction and watch the stacks :
```
./uxnemu.py file.rom -d
```