a34ceda22c | ||
---|---|---|
etc | ||
src | ||
.clang-format | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.sh |
README.md
Uxn
An assembler and emulator for the Uxn stack-machine, written in ANSI C.
More docs coming soon.
If you wish to build the emulator without graphics mode:
cc src/devices/datetime.c src/devices/system.c src/devices/file.c src/uxn.c -DNDEBUG -Os -g0 -s src/uxncli.c -o bin/uxncli
Contributing
Submit patches using git send-email
to the ~rabbits/public-inbox mailing list.