summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-12-27 21:47:22 +0100
committertaitep <taitep@taitep.se>2025-12-27 21:47:22 +0100
commit8024af6b1348b5f47fabe5a1949de54607a33888 (patch)
tree4b9cbf86d2adc23eeb77eb8ed6c2d24ba7d57b32 /README.md
parent5c008bfc0446e4631dbab64be61159af04f78dd1 (diff)
Implement ECALL and EBREAK, the final RV64I instructions!
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index de9ca7f..697c0f2 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ 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`
+
## Current Use
Currently, the emulator is nowhere near complete,
its not even at rv64i, but it does work for a subset of it.