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
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.
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.
08 Dec 22
19 Nov 22
14 Oct 22
09 Oct 22
26 Sep 22
13 Sep 22
07 Jul 22
19 Jun 22
25 May 22
a low level concurrent logic programming language descended from Prolog.