uxn11/README.md

511 B

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.