sans-docs/src/uxntal.gmi

20 lines
871 B
Plaintext

# uxntal
uxntal, the assembly language for the playful uxn virtual machine.
[[sans]] provides three wrapper programs to enable you to write and run programs written in uxntal.
* uxnasm, an assembler
* uxncli, a cli emulator (no graphics)
* uxnlin, a uxn linter
The assembler comes from the sdl2 version, so supports macros. There is another assembler written in uxntal itself, called drifblim, that doesn't support macros.
There is also [[ufx]], an implementation of [[forth]] for the uxn vm available on sans.
=> https://100r.co/site/uxn.html uxn
=> https://wiki.xxiivv.com/site/uxntal.html uxntal
=> https://wiki.xxiivv.com/site/uxntal_cheatsheet.html uxntal cheatsheet
=> https://wiki.xxiivv.com/site/uxntal_reference.html uxntal manual
=> https://compudanzas.net/uxn_tutorial.html unxtal tutorial
=> https://git.sr.ht/~rabbits/drifblim drifblim uxntal assembler