From b55fda2bae7a4a6f4b7366295a4c80a19a6bd6e4 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 20 Jun 2026 15:14:27 +0300 Subject: [PATCH] updated readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d936fc..27f980c 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,8 @@ For completeness, `fence` instruction is also supported but yields a no-op, and ## Plans (from higher to lower priority) -- Implement a simple RV32IMAC disassembler in POSIX AWK. - Test for RV32EMC compatibility (that the code built for the "embedded" variant runs here). -- Implement a privileged instruction set minimum (Zicsr), interrupts and traps. +- Implement a simple RV32IMAC disassembler in POSIX AWK. - If time permits, implement a simple RV32IMAC assembler in POSIX AWK, with full pseudo-instruction support. ## FAQ