Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```