determ/README.md

20 lines
215 B
Markdown
Raw Normal View History

2023-11-10 11:44:37 -05:00
# determ
terminal emulator for the uxn system.
(TODO: improve this readme)
## quick start
```
uxnasm term.tal term.rom
python.py term.py term.rom
```
or alternately:
```
gcc term.c -c term
./term term.rom
```