Web implementation appears

This commit is contained in:
Luxferre
2025-04-23 18:59:44 +03:00
parent 72bea2b2e1
commit 937d23a773
+5 -3
View File
@@ -1,9 +1,11 @@
mu808: an even more ultralight numeric VM designed to run everywhere mu808: an even more ultralight numeric VM designed to run everywhere
==================================================================== ====================================================================
mu808 (always lowercase, pronounced as _micro-bob_) is a minimalist virtual 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 machine specification that is based on the
even leaner instruction set and is even easier to implement in any modern [1V0](https://github.com/KedalionDaimon/1V0)
or even old programming language. 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 Overview
-------- --------