handle loop

This commit is contained in:
Travis Shears 2024-07-12 16:34:25 +02:00
parent 2ec5691e28
commit 555114bdb0
2 changed files with 46 additions and 12 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
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
```