umx

UMX VM implementation (ifcfc '06)
git clone git://bsandro.tech/umx
Log | Files | Refs

commit ed75b5dfd7a3bafaa26674e8666c08cc26b4093a
parent 70ff0cf3223855933a456c60b596f5b0116aed02
Author: bsandro <brian.drosan@gmail.com>
Date:   Wed, 12 Jan 2022 02:30:39 +0200

added stage2 and some speedup

Diffstat:
Mmain.c | 2+-
Astage2.um | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c @@ -16,7 +16,7 @@ #define _HTONL #endif -#define FILENAME "SANDMARK.UMZ" +#define FILENAME "stage2.um" #define PLATTER_SIZE 4 struct array_t { diff --git a/stage2.um b/stage2.um Binary files differ.