permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 5e64a115fe341146f12c9eecebaaf197589adea6
parent 8ad072d952dc60026852cc4561e6758d2e2c3ee0
Author: neau <neau@web>
Date:   Sat, 25 Jun 2022 21:57:56 +0200

Uxn doesn't rely depend on SDL2, there is an SDL2 implementation of Varvara, but the virutal machine itself has no deps, and Varvara will most likely use the native graphical libraries like X11, libdraw, and so on.

Diffstat:
MUxn.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, no registers, Program Counter(PC), Memory(M), 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 [[C]] implementation of the virtual machine is about 100 lines and depends on the [SDL2](https://www.libsdl.org) library. A self-hosted assembler for the Uxntal assembly language is about 400 lines of Uxntal, and assembles to a 1200 bytes rom. +The [[C]] implementation of the virtual machine is about 100 lines. A self-hosted assembler for the Uxntal assembly language is about 400 lines of Uxntal, and assembles to a 1200 bytes rom. Relationship to permacomputing: