Dariaceli's Git
About
Refresh
Report bug
Help
browsing:
fc9d3c1845d5a1c17391493fa8763383d3743d1f
Branches
main
Files
Commits
Stats
Network
Graph
uxn256.git
/
README.md
Raw
Blame
Patch Log
History
# 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 ```