From 937d23a77393587dc0adcf5dbac0206d363dbac2 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 23 Apr 2025 18:59:44 +0300 Subject: [PATCH] Web implementation appears --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cc3b73..a32b42c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ mu808: an even more ultralight numeric VM designed to run everywhere ==================================================================== mu808 (always lowercase, pronounced as _micro-bob_) is a minimalist virtual -machine specification that is based on the 1V0 and 808UL ideas but has an -even leaner instruction set and is even easier to implement in any modern -or even old programming language. +machine specification that is based on the +[1V0](https://github.com/KedalionDaimon/1V0) +and [808UL](https://codeberg.org/luxferre/808UL) ideas but has an even +leaner instruction set and is even easier to implement in any modern or even old +programming language. Overview --------