0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-12-22 08:20:25 +00:00
Find a file
2021-01-29 11:17:59 -08:00
build.sh init 2021-01-29 11:17:59 -08:00
LICENSE init 2021-01-29 11:17:59 -08:00
README.md init 2021-01-29 11:17:59 -08:00
uxn.c init 2021-01-29 11:17:59 -08:00

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