Go to file
neauoire a1ade4ce45 Implemented mouse 2022-03-26 21:03:03 -07:00
etc Implemented mouse 2022-03-26 21:03:03 -07:00
src Implemented mouse 2022-03-26 21:03:03 -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 Implemented mouse 2022-03-26 21:03:03 -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.