Go to file
neauoire a34ceda22c Starting controller 2022-03-26 19:58:48 -07:00
etc Starting controller 2022-03-26 19:58:48 -07:00
src Starting controller 2022-03-26 19:58:48 -07:00
.clang-format Init 2022-03-26 17:23:52 -07:00
.gitignore Init 2022-03-26 17:23:52 -07:00
LICENSE Init 2022-03-26 17:23:52 -07:00
README.md Updated screen device to latest specs 2022-03-26 18:32:46 -07:00
build.sh Starting controller 2022-03-26 19:58:48 -07:00

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.