commit 84cbc2a6ae299a4c98e13c698f3a0321bd38c066 parent 19b4abd9864377f68c406fee3e3234893490191f Author: aw <aw@web> Date: Thu, 5 Feb 2026 00:14:14 +0100 update broken link Diffstat:
| M | Uxn.mdwn | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Uxn.mdwn b/Uxn.mdwn @@ -16,7 +16,7 @@ This stack-machine has 32 opcodes, and no registers. Given the stack a b c, the 07 a b c b 0f a b {rs.c} 17 a {D[c8]=b} 1f a b>>c8l<<c8h 2x a16 b16+c16 4x a b c {rs.b+rs.c} 8x a b c b+c -The implementation of the virtual machine is about [[100 lines of ANSI C|https://git.sr.ht/~rabbits/uxn11/tree/main/item/src/uxn.c]]. A self-hosted assembler for the Uxntal assembly language is about [[400 lines of Uxntal|https://git.sr.ht/~rabbits/drifblim/tree/main/item/src/drifblim.tal]]. +The implementation of the virtual machine is about [[100 lines of ANSI C|https://git.sr.ht/~rabbits/uxn11/tree/main/item/src/uxn11.c]]. A self-hosted assembler for the Uxntal assembly language is about [[400 lines of Uxntal|https://git.sr.ht/~rabbits/drifblim/tree/main/item/src/drifblim.tal]]. Assembled Uxntal applications such as text editors, drawing programs and livecoding environments are typically about 10-15kb in size.