mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-12-22 08:20:25 +00:00
Mirror of https://git.sr.ht/~rabbits/uxn
build.sh | ||
LICENSE | ||
README.md | ||
uxn.c |
Uxn
A stack-based VM, written in ANSI C.
Build
cc uxn.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -Wno-unknown-pragmas -o uxn