summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-30 20:53:57 +0100
committertaitep <taitep@taitep.se>2025-12-30 20:53:57 +0100
commit0f0e844223a17452835aed88adb3af976d2e1eae (patch)
tree2d993912a48ef5277c70035bb02c160e53a0f733 /README.md
parent5a383956c9ee27d50452aa237a9f34b7f75e8f7c (diff)
Finish RV64M
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 697c0f2..0862fe5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ taitep's RISC-V Emulator.
The goal is to support at least RV64GC and be able to run Linux,
potentially more. No plans for RV32I or RV32/64E.
-Currently implemented RISC-V ISA: `RV64I`
+Currently implemented RISC-V ISA: `RV64IM`
## Current Use
Currently, the emulator is nowhere near complete,