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 21b78ef658daedf254c3beb68f441437769284b6
parent 8becf6978490c2bdf3299eaef1868bcab6c86ad1
Author: akkartik <akkartik@web>
Date:   Sat, 25 Jun 2022 05:19:04 +0200

include a dependency

Diffstat:
MUxn.mdwn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Uxn.mdwn b/Uxn.mdwn @@ -17,7 +17,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. 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 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. Relationship to permacomputing: