uxn-notebook/README.md
2024-07-12 17:52:29 +02:00

15 lines
233 B
Markdown

These are my UXN experiments
# Dev
## Edit file
```shell
$ ../uxn/bin/uxnemu ../left.rom 99_bottles.tal
```
## Step through debugger
```shell
$ echo 99_bottles.rom | entr -r ../uxn/bin/uxnemu ../beetbug.rom ./99_bottles.rom
```