From 809f8ce115d25c4b5a644a81e3aa8becae531010 Mon Sep 17 00:00:00 2001 From: Toby Jaffey Date: Thu, 11 Dec 2025 12:17:49 +0000 Subject: [PATCH] Add link nearer top --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12c30f3..1ea6e28 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ On an [STM32L0](https://www.st.com/en/microcontrollers-microprocessors/stm32l0-s * Small enough for "if this then that" scripts/plugins, capable enough for much more * Aims for safety over speed, bad code running in the VM should never be able to crash the host -Although based on a fully fledged CPU emulator, uvm32 is intended for executing custom script like logic, not for simulating hardware. +Although based on a [fully fledged CPU emulator](https://github.com/cnlohr/mini-rv32ima), uvm32 is intended for executing custom script like logic, not for simulating hardware. ## Example