From 441decc0a75eeb6e5a8710c400b56ed9f075feda Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Mon, 8 Dec 2025 10:55:26 +0000 Subject: [PATCH] conio link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f7fb94..62d5f9a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Although based on a fully fledged CPU emulator, uvm32 is intended for executing * [host-parallel](host-parallel) parallel vm host running multiple vm instances concurrently, with baked in bytecode * [host-arduino](host-arduino) vm host as Arduino sketch (tested on Arduino Uno ATmega328P, uses 9950 bytes of flash/1254 bytes RAM) * [apps/helloworld](apps/helloworld) C hello world program + * [apps/conio](apps/conio) C console IO demo * [apps/hello-asm](apps/hello-asm) Minimal hello world assembly * [apps/fib](apps/fib) C fibonacci series program (iterative and recursive) * [apps/sketch](apps/sketch) C Arduino/Wiring/Processing type program in `setup()` and `loop()` style