15 Jul 25
via: https://lobste.rs/s/d4egpg/bedrock_tiny_portable_8_bit_virtual
13 Oct 24
Okay, this cute kana trainer seems like the stand out for me right now.
Finally time for me to dive into some UXN!
07 Aug 23
a brief but detailed exploration of the UF/uxn internals
01 Aug 23
A graphical cheatsheet for uxntal opcodes.
From this github repo, https://github.com/weeble/uxn-cheatsheet
28 Jul 23
A port of the UXN virtual machine to AmigaOS
11 Apr 23
Funktal is a functional programming language for the Uxn virtual machine, a tiny VM with 8-bit opcodes and 64 kB of memory. I have written about implementing functional constructs in Uxn’s native stack based assembly language Uxntal in a previous post.
07 Apr 23
Tny is a little console. You know, these things with a screen and a controller where you play games? Right, so it’s that, but very basic. In fact, it’s so basic that the size of its screen is only 16 by 16 pixels, its controller only has arrow keys and two buttons and its game cartridge memory is 256 bytes maximum. Oh and it doesn’t have any sound or color.
06 Apr 23
Tny is a little console. You know, these things with a screen and a controller where you play games? Right, so it’s that, but very basic. In fact, it’s so basic that the size of its screen is only 16 by 16 pixels, its controller only has arrow keys and two buttons and its game cartridge memory is 256 bytes maximum. Oh and it doesn’t have any sound or color.
25 Mar 23
Psi-Forth is a reversible programming language taking its primitives from Henry G. Baker’s psi-lisp and Brent Kerby’s concatenative combinators. It’s not quite a htro-forth, but a stack machine made of cons cells or the reverse image of a linear lisp.
05 Mar 23
A collection of illustrated notes on the virtual machine uxn.